Skip to content

Commit 4026414

Browse files
committed
hopefully fix invalid syntac
1 parent 8189bf1 commit 4026414

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ jobs:
110110
111111
- name: Push changes
112112
uses: ad-m/github-push-action@master
113+
env:
114+
branch_name: results-${{ date "+%Y-%m-%d-%Hh%Mm" }}
113115
with:
114116
github_token: ${{ secrets.GITHUB_TOKEN }}
115-
branch: ${{ date "+%Y-%m-%d-%Hh%Mm" }}
117+
ref: ${{ env.branch_name }}
116118

0 commit comments

Comments
 (0)