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 8980be9 commit 2a2e0a8Copy full SHA for 2a2e0a8
.github/workflows/ci-comment-failures.yml
@@ -62,7 +62,7 @@ jobs:
62
echo "result=false" >> $GITHUB_OUTPUT
63
fi
64
- name: "Comment on PR"
65
- if: ${{ steps.find-artifact.outputs.result == 'true' && check-last-comment.outputs.result == 'false' }}
+ if: ${{ steps.find-artifact.outputs.result == 'true' && steps.check-last-comment.outputs.result == 'false' }}
66
uses: actions/github-script@v7
67
with:
68
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments