Skip to content

Commit 558294f

Browse files
committed
attempt to push new results
1 parent 7ae09d9 commit 558294f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,17 @@ jobs:
109109
run: |
110110
git config --global user.email ""
111111
git config --global user.name "github-actions[bot]"
112-
git switch -c ${{ env.new_branch_name }}
113112
git add time.csv logs.csv **/VERSION
114113
git add run.conf
115114
echo "wat" > new_file.txt
116115
git add new_file.txt
117-
git commit -m "new_results"
116+
git commit -m "attempt to push new results"
118117
119118
- name: Push changes
120119
uses: ad-m/github-push-action@master
121120
with:
122121
github_token: ${{ secrets.GITHUB_TOKEN }}
123-
branch: ${{ env.new_branch_name }}
122+
branch: ${{ github.ref }}
124123

125124
- name: Create Archive
126125
if: always()

0 commit comments

Comments
 (0)