We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cd744b + 2235526 commit 09f8718Copy full SHA for 09f8718
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Checkout repository
12
uses: actions/checkout@v4
13
+ with:
14
+ ref: ${{ github.head_ref }}
15
16
- name: Use Node.js
17
uses: actions/setup-node@v4
@@ -25,7 +27,7 @@ jobs:
25
27
26
28
- name: Git commit and push
29
if: github.actor == 'dependabot[bot]'
- uses: stefanzweifel/git-auto-commit-action@v5
30
+ uses: stefanzweifel/git-auto-commit-action@v6
31
with:
32
commit_message: 'feat: update build artifacts'
33
0 commit comments