Skip to content

Commit 5b88b32

Browse files
authored
Update build.yml
1 parent 9085f68 commit 5b88b32

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
@@ -386,7 +386,7 @@ jobs:
386386

387387
publish-forum:
388388
name: Publish to Forum
389-
if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && secrets.INTERSECTBOT_ACCESS_TOKEN != ''
389+
if: ${{ inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && secrets.INTERSECTBOT_ACCESS_TOKEN != '' }}
390390
needs: publish-github
391391
runs-on: ubuntu-latest
392392
steps:

0 commit comments

Comments
 (0)