Skip to content

Commit 09f8718

Browse files
Merge pull request #658 from remarkablemark/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents 6cd744b + 2235526 commit 09f8718

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
13+
with:
14+
ref: ${{ github.head_ref }}
1315

1416
- name: Use Node.js
1517
uses: actions/setup-node@v4
@@ -25,7 +27,7 @@ jobs:
2527

2628
- name: Git commit and push
2729
if: github.actor == 'dependabot[bot]'
28-
uses: stefanzweifel/git-auto-commit-action@v5
30+
uses: stefanzweifel/git-auto-commit-action@v6
2931
with:
3032
commit_message: 'feat: update build artifacts'
3133

0 commit comments

Comments
 (0)