File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -390,12 +390,15 @@ jobs:
390390 needs : publish-github
391391 runs-on : ubuntu-latest
392392 outputs :
393- skip : ${{ steps.check-INTERSECTBOT_ACCESS_TOKEN.outputs.skip == true }}
393+ skip : ${{ steps.check-INTERSECTBOT_ACCESS_TOKEN.outputs.skip == ' true' }}
394394 skip2 : ${{ steps.check-INTERSECTBOT_ACCESS_TOKEN.outputs.skip }}
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+ env :
399+ INTERSECTBOT_ACCESS_TOKEN : ${{ secrets.INTERSECTBOT_ACCESS_TOKEN }}
400+ if : ${{ env.super_secret == '' }}
401+ run : echo "skip=true" >> "$GITHUB_OUTPUT"
399402
400403 publish-forum :
401404 name : Publish to Forum
You can’t perform that action at this time.
0 commit comments