We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae09d9 commit 558294fCopy full SHA for 558294f
.github/workflows/RunBenchmark.yml
@@ -109,18 +109,17 @@ jobs:
109
run: |
110
git config --global user.email ""
111
git config --global user.name "github-actions[bot]"
112
- git switch -c ${{ env.new_branch_name }}
113
git add time.csv logs.csv **/VERSION
114
git add run.conf
115
echo "wat" > new_file.txt
116
git add new_file.txt
117
- git commit -m "new_results"
+ git commit -m "attempt to push new results"
118
119
- name: Push changes
120
uses: ad-m/github-push-action@master
121
with:
122
github_token: ${{ secrets.GITHUB_TOKEN }}
123
- branch: ${{ env.new_branch_name }}
+ branch: ${{ github.ref }}
124
125
- name: Create Archive
126
if: always()
0 commit comments