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 3733049 commit ca98396Copy full SHA for ca98396
.github/workflows/pr-merged.yml
@@ -1,7 +1,7 @@
1
name: PR Merged
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [closed]
6
branches:
7
- next
@@ -21,6 +21,8 @@ jobs:
21
steps:
22
- name: Checkout code
23
uses: actions/checkout@v4
24
+ with:
25
+ ref: "${{ github.event.pull_request.head.sha }}"
26
27
- name: Install pnpm
28
uses: pnpm/action-setup@v4
.github/workflows/pr-updated.yml
name: PR Updated
0 commit comments