Skip to content

Commit 3abba0a

Browse files
committed
update checkout ref
1 parent 953eb15 commit 3abba0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/development.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ jobs:
147147
steps:
148148
- name: Check out code
149149
uses: actions/checkout@v3
150-
150+
with:
151+
ref: "${{ github.event.pull_request.merge_commit_sha }}"
152+
151153
- name: Set up Node.js 22
152154
uses: actions/setup-node@v4
153155
with:

0 commit comments

Comments
 (0)