Skip to content

Commit 912f123

Browse files
committed
Add hours and minutes to the branch name
1 parent 4f3f17b commit 912f123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-new-library-versions-in-batch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: "📅 Set branch name"
3838
id: set-branch-name
3939
run: |
40-
BRANCH_NAME="check-new-library-versions/$(date '+%Y-%m-%d')"
40+
BRANCH_NAME="check-new-library-versions/$(date '+%Y-%m-%dT%H:%M')"
4141
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
4242
4343
- name: "🕸️ Populate matrix"

0 commit comments

Comments
 (0)