File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ name: Generate Build File
55# Controls when the workflow will run
66on :
77 # Triggers the workflow on push or pull request events but only for the "development" branch
8- push :
8+ pull_request :
99 branches :
10- - main
1110 - development
1211
1312 # Allows you to run this workflow manually from the Actions tab
2827 - name : Generate the build file
2928 run : |
3029 echo $(git describe --always --dirty --abbrev) > BUILD
31- - name : Git Commit Push Action
32- # You may pin to the exact commit or the version.
33- # uses: GuillaumeFalourd/git-commit-push@205c043bca2f932f7a48a28a8d619ba30eb84baf
34- uses : GuillaumeFalourd/git-commit-push@v1.3
30+ - name : Git Auto Commit
31+ uses : stefanzweifel/git-auto-commit-action@v7-next
3532 with :
36- commit_message : " Auto generate BUILD file."
37- # Files to add separated by space
38- files : BUILD
39- force : true
33+ commit_message : " Generate new BUILD file"
4034
4135
Original file line number Diff line number Diff line change 1- 9 b047e8
1+ 6 b1b36d
You can’t perform that action at this time.
0 commit comments