Skip to content

Commit ce9d03a

Browse files
committed
ci(audits): use repository name
1 parent e790372 commit ce9d03a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/audits.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ jobs:
273273
- name: Checkout
274274
uses: actions/checkout@v3
275275
with:
276-
ref: ${{ format('{0}/{1}', github.event.pull_request.head.repo.full_name, github.event.pull_request.head.ref) || github.ref_name }}
276+
repository: ${{ github.event.pull_request.head.repo.full_name }}
277+
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
277278
- name: Download express-graphql report
278279
uses: actions/download-artifact@v3
279280
with:

0 commit comments

Comments
 (0)