Skip to content

Commit e790372

Browse files
committed
ci(audits): use pull request repo full name
1 parent 63a164a commit e790372

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.sha || github.ref_name }}
276+
ref: ${{ format('{0}/{1}', github.event.pull_request.head.repo.full_name, github.event.pull_request.head.ref) || github.ref_name }}
277277
- name: Download express-graphql report
278278
uses: actions/download-artifact@v3
279279
with:

0 commit comments

Comments
 (0)