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 e7719f1 commit 58137aaCopy full SHA for 58137aa
.github/workflows/validate-lockfile.yml
@@ -1,7 +1,7 @@
1
name: Validate pnpm-lock.yaml
2
3
on:
4
- pull_request:
+ pull_request_target:
5
paths:
6
- 'pnpm-lock.yaml'
7
- '**/package.json'
@@ -15,6 +15,8 @@ jobs:
15
uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
+ ref: ${{ github.event.pull_request.head.sha }}
19
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
20
21
- name: Set up Node.js
22
uses: actions/setup-node@v4
0 commit comments