diff --git a/.github/workflows/ci-comment-failures.yml b/.github/workflows/ci-comment-failures.yml index c39ad70a88..f1fb5a54be 100644 --- a/.github/workflows/ci-comment-failures.yml +++ b/.github/workflows/ci-comment-failures.yml @@ -62,7 +62,7 @@ jobs: echo "result=false" >> $GITHUB_OUTPUT fi - name: "Comment on PR" - 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' }} uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }}