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