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 4f3f17b commit 912f123Copy full SHA for 912f123
.github/workflows/check-new-library-versions-in-batch.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: "📅 Set branch name"
38
id: set-branch-name
39
run: |
40
- BRANCH_NAME="check-new-library-versions/$(date '+%Y-%m-%d')"
+ BRANCH_NAME="check-new-library-versions/$(date '+%Y-%m-%dT%H:%M')"
41
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
42
43
- name: "🕸️ Populate matrix"
0 commit comments