File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments