Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Sep 29, 2024
1 parent 1c21eac commit 994dc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
git commit -m "chore: update dependencies on $DATE" || echo "No changes to commit"
# Push changes to remote, force with lease for safety
git push --force-with-lease origin $BRANCH_NAME || exit 1
git push --set-upstream origin $BRANCH_NAME || exit 1
- name: 🔀 Create Pull Request
if: steps.check_changes.outputs.changes == 'true'
Expand Down

0 comments on commit 994dc2d

Please sign in to comment.