diff --git a/.github/workflows/post-ci.yml b/.github/workflows/post-ci.yml index 7057a97f3017c..107cd4fa2c69a 100644 --- a/.github/workflows/post-ci.yml +++ b/.github/workflows/post-ci.yml @@ -28,7 +28,7 @@ jobs: echo "merge_sha=$(cat merge_sha)" >> $GITHUB_OUTPUT - name: Add Comment - uses: marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 + uses: marocchino/sticky-pull-request-comment@5f60fa6c4940e22a2fb83e7ae1b433a46f7c8a2d if: ${{ github.event.workflow_run.conclusion == 'failure' }} with: number: ${{ steps.save-pr-data.outputs.pr_number }}