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 66a194e commit dc72dfaCopy full SHA for dc72dfa
.github/workflows/pr.yml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
echo "COMMIT_SHA=${{ github.event.pull_request.head.sha || github.sha }}" >> $GITHUB_ENV
65
- name: Preview Bundle Size
66
- uses: marocchino/sticky-pull-request-comment@fd19551a2a7c0d29677c63257f86d8ef8bb24b48
+ uses: marocchino/sticky-pull-request-comment@5060d4700a91de252c87eeddd2da026382d9298a
67
with:
68
message: |
69
Sizes for commit ${{ env.COMMIT_SHA }}:
0 commit comments