Skip to content

Commit

Permalink
Fix custom commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ohakutsu committed Oct 10, 2024
1 parent c8ea974 commit f157cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
if ! git diff --staged --exit-code --quiet; then
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git commit -m ${{ inputs.commit-message }}
git commit -m '${{ inputs.commit-message }}'
git push
fi
shell: bash

0 comments on commit f157cb2

Please sign in to comment.