Skip to content

Commit 666e5a4

Browse files
committed
correction to debug-check-tokens
1 parent 682c169 commit 666e5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ jobs:
356356
- id: dump
357357
name: Dump check-tokens output
358358
env:
359-
PUBLISH_FORUM: needs.check-tokens.outputs.publish-forum
360-
PUBLISH_GITHUB: needs.check-tokens.outputs.publish-github
359+
PUBLISH_FORUM: ${{ needs.check-tokens.outputs.publish-forum }}
360+
PUBLISH_GITHUB: ${{ needs.check-tokens.outputs.publish-github }}
361361
run: |
362362
echo "PUBLISH_FORUM='$PUBLISH_FORUM'"
363363
echo "PUBLISH_GITHUB='$PUBLISH_GITHUB'"

0 commit comments

Comments
 (0)