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 9085f68 commit 5b88b32Copy full SHA for 5b88b32
.github/workflows/build.yml
@@ -386,7 +386,7 @@ jobs:
386
387
publish-forum:
388
name: Publish to Forum
389
- if: inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && secrets.INTERSECTBOT_ACCESS_TOKEN != ''
+ if: ${{ inputs.workflowDebug != true && inputs.packagingDebug != true && inputs.skipForumPublish != true && secrets.INTERSECTBOT_ACCESS_TOKEN != '' }}
390
needs: publish-github
391
runs-on: ubuntu-latest
392
steps:
0 commit comments