Skip to content

Commit 79a6761

Browse files
committed
Fix title (2)
1 parent 6204806 commit 79a6761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
GH_TOKEN: ${{ secrets.DEPENDABOT_MERGE_GH_TOKEN }}
5555
run: |
5656
gh pr create \
57-
--title "bundle update ($(date +'%Y%m%d'))" \
57+
--title "bundle update ($(date +'%Y-%m-%d'))" \
5858
--body "Automated weekly bundle update" \
5959
--head "$(git rev-parse --abbrev-ref HEAD)" \
6060
--base "${{ github.event.repository.default_branch }}"

0 commit comments

Comments
 (0)