Skip to content

Commit 721d885

Browse files
committed
trying the push thing again
1 parent 410b762 commit 721d885

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)