Skip to content

Commit ecebc0e

Browse files
committed
Update bump.yml
1 parent 0a9ae90 commit ecebc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
# Add changes to commit
115115
git add composer.lock package.json pnpm-lock.yaml
116-
git commit -m "chore: update dependencies on $DATE" || echo "No changes to commit"
116+
git commit -m "Chore: update dependencies on $DATE" || echo "No changes to commit"
117117
118118
# Push changes to remote, force with lease for safety
119119
git push --set-upstream origin $BRANCH_NAME || exit 1

0 commit comments

Comments
 (0)