Skip to content

Commit

Permalink
add quotes to commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jul 10, 2022
1 parent 7bb2e3e commit 1e62d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ runs:
git config user.email '${{ inputs.commit_author_email }}'
git pull
git add .
git commit -m ${{ inputs.commit_message }}
git commit -m "${{ inputs.commit_message }}"
git push

0 comments on commit 1e62d05

Please sign in to comment.