File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,17 @@ jobs:
103103 shell : bash
104104 working-directory : /var/lib/mount/db-benchmark-metal
105105 run : |
106- git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
107- git config --local user.name "github-actions[bot]"
108- git checkout -b ${{ env.new_branch_name }}
106+ git config --global user.email ""
107+ git config --global user.name "github-actions[bot]"
109108 git add time.csv logs.csv **/VERSION
110109 git add run.conf
111110 git commit -m "new_results"
112- git push --set-upstream origin ${{ env.new_branch_name }}
113- git push
111+
112+ - name : Push changes
113+ uses : ad-m/github-push-action@master
114+ with :
115+ github_token : ${{ secrets.GITHUB_TOKEN }}
116+ branch : ${{ env.new_branch_name }}
114117
115118 - name : Create Archive
116119 if : always()
You can’t perform that action at this time.
0 commit comments