We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824362c commit 6204806Copy full SHA for 6204806
.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' \
+ --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