Skip to content

Commit 547e7cc

Browse files
authored
Update build.yml
1 parent a306440 commit 547e7cc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ jobs:
2727
- name: Generate the build file
2828
run: |
2929
echo $(git describe --always --dirty --abbrev) > BUILD
30-
- name: Git Commit Push Action
30+
- name: Git Auto Commit
3131
# You may pin to the exact commit or the version.
32-
# uses: GuillaumeFalourd/git-commit-push@205c043bca2f932f7a48a28a8d619ba30eb84baf
33-
uses: GuillaumeFalourd/git-commit-[email protected]
32+
# uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0
33+
uses: stefanzweifel/git-auto-commit-[email protected]
3434
with:
35-
commit_message: "Auto generate BUILD file."
36-
# Files to add separated by space
37-
files: BUILD
35+
# Commit message
36+
commit_message: "Generate new BUILD file"
37+
# Git branch name, where changes should be pushed too. Required if Action is used on the `pull_request` event
38+
branch: ${{ github.head_ref }}
3839

3940

0 commit comments

Comments
 (0)