Skip to content

Commit

Permalink
Merge branch 'bump-version' into bump-version-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 7, 2025
2 parents 5d58d34 + 6d0fdad commit 92860f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bot-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ runs:
using: composite
steps:
- run: |
git config user.name $USERNAME
git config user.email $EMAIL
git config user.name "$USERNAME"
git config user.email "$EMAIL"
git pull
git add .
git commit -m "$MESSAGE"
Expand Down

0 comments on commit 92860f2

Please sign in to comment.