File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,8 @@ jobs:
390390 needs : publish-github
391391 runs-on : ubuntu-latest
392392 outputs :
393- skip : ${{ steps.check-INTERSECTBOT_ACCESS_TOKEN.outputs.skip }}
393+ skip : ${{ steps.check-INTERSECTBOT_ACCESS_TOKEN.outputs.skip == true }}
394+ skip2 : ${{ steps.check-INTERSECTBOT_ACCESS_TOKEN.outputs.skip }}
394395 steps :
395396 - id : check-INTERSECTBOT_ACCESS_TOKEN
396397 name : Check INTERSECTBOT_ACCESS_TOKEN
@@ -402,6 +403,10 @@ jobs:
402403 needs : pre-publish-forum
403404 runs-on : ubuntu-latest
404405 steps :
406+ - name : Debug
407+ run : |
408+ echo "needs.pre-publish-forum.outputs.skip=${{ needs.pre-publish-forum.outputs.skip}}"
409+ echo "needs.pre-publish-forum.outputs.skip2=${{ needs.pre-publish-forum.outputs.skip2 }}"
405410 - name : Publish to Forum
406411 uses : AscensionGameDev/actions@0223df40becb110039c705c02cfd2cd8f274199c
407412 with :
You can’t perform that action at this time.
0 commit comments