Skip to content

Commit 3361ace

Browse files
committed
fix it
1 parent 985ffd5 commit 3361ace

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ jobs:
234234
contents: write
235235
steps:
236236
- uses: actions/checkout@v4
237+
with:
238+
ref: ${{ github.head_ref }}
237239
- name: Set up Node
238240
uses: actions/setup-node@v4
239241
with:
@@ -253,6 +255,8 @@ jobs:
253255
uses: stefanzweifel/git-auto-commit-action@v5
254256
with:
255257
commit_message: "Add external contributor to CHANGELOG.md"
258+
skip_fetch: true
259+
skip_checkout: true
256260

257261
job_build:
258262
name: Build

0 commit comments

Comments
 (0)