We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90eeaec commit 1ac00eaCopy full SHA for 1ac00ea
.github/workflows/agent_metadata.yml .github/workflows/agent-metadata.yml.github/workflows/agent_metadata.yml renamed to .github/workflows/agent-metadata.yml
@@ -60,7 +60,7 @@ jobs:
60
with:
61
agent-type: ${{ needs.get-version.outputs.agent-type }}
62
version: ${{ needs.get-version.outputs.version }}
63
- use-cache: ${{ needs.get-version.outputs.use-cache }}
+ use-cache: ${{ needs.get-version.outputs.use-cache == 'true' }}
64
secrets:
65
FC_SYS_ID_CLIENT_ID: ${{ secrets.FC_SYS_ID_CLIENT_ID }}
66
FC_SYS_ID_PR_KEY: ${{ secrets.FC_SYS_ID_PR_KEY }}
0 commit comments