There was an error while loading. Please reload this page.
1 parent 0a9ae90 commit ecebc0eCopy full SHA for ecebc0e
.github/workflows/bump.yml
@@ -113,7 +113,7 @@ jobs:
113
114
# Add changes to commit
115
git add composer.lock package.json pnpm-lock.yaml
116
- git commit -m "chore: update dependencies on $DATE" || echo "No changes to commit"
+ git commit -m "Chore: update dependencies on $DATE" || echo "No changes to commit"
117
118
# Push changes to remote, force with lease for safety
119
git push --set-upstream origin $BRANCH_NAME || exit 1
0 commit comments