Skip to content

Commit 273df8b

Browse files
committed
Fix commit step in actions
1 parent 1b7aec6 commit 273df8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
git config --local user.email "action@github.com"
4949
git config --local user.name "GitHub Action"
50-
git pull origin maestro --rebase
50+
git pull origin maestro
5151
git add ./bin/hsa
5252
git commit -m "Add Ubuntu built binary [skip ci]"
5353
git push
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
git config --local user.email "action@github.com"
5959
git config --local user.name "GitHub Action"
60-
git pull origin maestro --rebase
60+
git pull origin maestro
6161
git add ./bin/hsamac
6262
git commit -m "Add MacOS built binary [skip ci]"
6363
git push
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
git config --local user.email "action@github.com"
6969
git config --local user.name "GitHub Action"
70-
git pull origin maestro --rebase
70+
git pull origin maestro
7171
git add ./bin/hsa.exe
7272
git commit -m "Add Windows built binary [skip ci]"
7373
git push

0 commit comments

Comments
 (0)