Fix CI comment workflow after 18196 (#18217)
# Objective - I messed up in #18196 and broke the CI comment workflow ## Solution - Use the correct way to check a step
This commit is contained in:
parent
8980be997e
commit
2a2e0a8555
2
.github/workflows/ci-comment-failures.yml
vendored
2
.github/workflows/ci-comment-failures.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
echo "result=false" >> $GITHUB_OUTPUT
|
echo "result=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
- name: "Comment on PR"
|
- 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
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user