We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87f075 commit 154f93fCopy full SHA for 154f93f
.github/workflows/main.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup sync branch name
27
id: vars
28
run: |
29
- branch_name="sync-$(date +'%Y-%m-%d-%H-%M-%S')"
+ branch_name="evalperf-sync-$(date +'%Y-%m-%d')"
30
echo "branch_name=$branch_name" >> $GITHUB_ENV
31
- name: Create Pull Request
32
if: steps.changes.outputs.changes
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
+ branch_name="repoqa-sync-$(date +'%Y-%m-%d-%H-%M-%S')"
63
64
65
0 commit comments