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 682c169 commit 666e5a4Copy full SHA for 666e5a4
.github/workflows/build.yml
@@ -356,8 +356,8 @@ jobs:
356
- id: dump
357
name: Dump check-tokens output
358
env:
359
- PUBLISH_FORUM: needs.check-tokens.outputs.publish-forum
360
- PUBLISH_GITHUB: needs.check-tokens.outputs.publish-github
+ PUBLISH_FORUM: ${{ needs.check-tokens.outputs.publish-forum }}
+ PUBLISH_GITHUB: ${{ needs.check-tokens.outputs.publish-github }}
361
run: |
362
echo "PUBLISH_FORUM='$PUBLISH_FORUM'"
363
echo "PUBLISH_GITHUB='$PUBLISH_GITHUB'"
0 commit comments