Skip to content

Commit f223fcb

Browse files
authored
Merge pull request #136 from hubmapconsortium/jmuerto/fix-build
Jmuerto/fix build
2 parents 56a0297 + 7783b7e commit f223fcb

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ name: Generate Build File
55
# Controls when the workflow will run
66
on:
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
@@ -28,14 +27,9 @@ jobs:
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

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b047e8
1+
6b1b36d

0 commit comments

Comments
 (0)