Skip to content

Commit b3222be

Browse files
committed
evaluate the date string please
1 parent 4026414 commit b3222be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Push changes
112112
uses: ad-m/github-push-action@master
113113
env:
114-
branch_name: results-${{ date "+%Y-%m-%d-%Hh%Mm" }}
114+
branch_name: results-`date +%Y-%m-%d-%Hh%Mm`
115115
with:
116116
github_token: ${{ secrets.GITHUB_TOKEN }}
117117
ref: ${{ env.branch_name }}

0 commit comments

Comments
 (0)