Skip to content

Commit 022789d

Browse files
authored
Update build.yml
1 parent 7dd6240 commit 022789d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395
steps:
396396
- id: check-INTERSECTBOT_ACCESS_TOKEN
397397
name: Check INTERSECTBOT_ACCESS_TOKEN
398-
run: echo "skip=${{ secrets.INTERSECTBOT_ACCESS_TOKEN != '' }}" >> "$GITHUB_OUTPUT"
398+
run: echo "skip=${{ secrets.INTERSECTBOT_ACCESS_TOKEN == '' }}" >> "$GITHUB_OUTPUT"
399399

400400
publish-forum:
401401
name: Publish to Forum

0 commit comments

Comments
 (0)