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.
1 parent e790372 commit ce9d03aCopy full SHA for ce9d03a
.github/workflows/audits.yml
@@ -273,7 +273,8 @@ jobs:
273
- name: Checkout
274
uses: actions/checkout@v3
275
with:
276
- ref: ${{ format('{0}/{1}', github.event.pull_request.head.repo.full_name, github.event.pull_request.head.ref) || github.ref_name }}
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
277
+ ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
278
- name: Download express-graphql report
279
uses: actions/download-artifact@v3
280
0 commit comments