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 985ffd5 commit 3361aceCopy full SHA for 3361ace
.github/workflows/build.yml
@@ -234,6 +234,8 @@ jobs:
234
contents: write
235
steps:
236
- uses: actions/checkout@v4
237
+ with:
238
+ ref: ${{ github.head_ref }}
239
- name: Set up Node
240
uses: actions/setup-node@v4
241
with:
@@ -253,6 +255,8 @@ jobs:
253
255
uses: stefanzweifel/git-auto-commit-action@v5
254
256
257
commit_message: "Add external contributor to CHANGELOG.md"
258
+ skip_fetch: true
259
+ skip_checkout: true
260
261
job_build:
262
name: Build
0 commit comments