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 6204806 commit 79a6761Copy full SHA for 79a6761
.github/workflows/bundle-update.yml
@@ -54,7 +54,7 @@ jobs:
54
GH_TOKEN: ${{ secrets.DEPENDABOT_MERGE_GH_TOKEN }}
55
run: |
56
gh pr create \
57
- --title "bundle update ($(date +'%Y%m%d'))" \
+ --title "bundle update ($(date +'%Y-%m-%d'))" \
58
--body "Automated weekly bundle update" \
59
--head "$(git rev-parse --abbrev-ref HEAD)" \
60
--base "${{ github.event.repository.default_branch }}"
0 commit comments