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.
head.sha
1 parent 6d76505 commit bd9a086Copy full SHA for bd9a086
.github/workflows/size.yml
@@ -1,7 +1,6 @@
1
name: size
2
on:
3
# this action will error unless run in a pr context
4
- pull_request_target:
5
pull_request:
6
branches:
7
- main
@@ -20,7 +19,7 @@ jobs:
20
19
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
with:
23
- ref: ${{ github.event.pull_request.head.ref }}
+ ref: ${{ github.event.pull_request.head.sha }}
24
- run: npm i -g --force corepack && corepack enable
25
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
26
0 commit comments