Skip to content

Commit 17f6158

Browse files
authored
Fix dependency-update.yml (#835)
1 parent 2ed2caf commit 17f6158

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/dependency-update.yml

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exasol/toolbox/templates/github/workflows/dependency-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: create-branch
7070
if: steps.check-for-poetry-lock-changes.outputs.changed == 'true'
7171
run: |
72-
branch_name="dependency-update/$(date "+%Y-%m-%d_%H:%M:%S")"
72+
branch_name="dependency-update/$(date "+%Y-%m-%d")"
7373
echo "Creating branch $branch_name"
7474
git switch -C "$branch_name"
7575

0 commit comments

Comments
 (0)