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 7dd6240 commit 022789dCopy full SHA for 022789d
.github/workflows/build.yml
@@ -395,7 +395,7 @@ jobs:
395
steps:
396
- id: check-INTERSECTBOT_ACCESS_TOKEN
397
name: Check INTERSECTBOT_ACCESS_TOKEN
398
- run: echo "skip=${{ secrets.INTERSECTBOT_ACCESS_TOKEN != '' }}" >> "$GITHUB_OUTPUT"
+ run: echo "skip=${{ secrets.INTERSECTBOT_ACCESS_TOKEN == '' }}" >> "$GITHUB_OUTPUT"
399
400
publish-forum:
401
name: Publish to Forum
0 commit comments