We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad63386 commit a59b3f4Copy full SHA for a59b3f4
.github/workflows/update-downloads.yml
@@ -43,5 +43,5 @@ jobs:
43
if: ${{ needs.update-downloads.outputs.changes_detected == 'true' }}
44
uses: ./.github/workflows/publish.yml
45
with:
46
- ref: ${{ needs.update-downloads.outputs.commit == 'true' }}
+ ref: ${{ needs.update-downloads.outputs.commit }}
47
secrets: inherit
0 commit comments