Skip to content

Commit 63a164a

Browse files
committed
ci(audits): use pull request sha of commit
1 parent 8844aea commit 63a164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
- name: Checkout
274274
uses: actions/checkout@v3
275275
with:
276-
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
276+
ref: ${{ github.event.pull_request.head.sha || github.ref_name }}
277277
- name: Download express-graphql report
278278
uses: actions/download-artifact@v3
279279
with:

0 commit comments

Comments
 (0)