We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ea29e commit 6fb54a4Copy full SHA for 6fb54a4
.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@52423e01640425a022ef5fd42c6fb5f633a02728
+ uses: marocchino/sticky-pull-request-comment@f7b3b9766a27cc0c075d9fdb1f97254621e48ec8
67
with:
68
message: |
69
Sizes for commit ${{ env.COMMIT_SHA }}:
0 commit comments