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 179fb80 commit 2bb29f6Copy full SHA for 2bb29f6
.github/workflows/integration-test.yaml
@@ -118,7 +118,7 @@ jobs:
118
} >> output.txt
119
- name: PR-comment
120
if: ${{ steps.summary.outputs.summary != 'false' }}
121
- uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
+ uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
122
with:
123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124
number: ${{ github.event.pull_request.number }}
0 commit comments