There was an error while loading. Please reload this page.
1 parent c8ea974 commit f157cb2Copy full SHA for f157cb2
actions/publish/action.yml
@@ -35,7 +35,7 @@ runs:
35
if ! git diff --staged --exit-code --quiet; then
36
git config --global user.name 'github-actions[bot]'
37
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
38
- git commit -m ${{ inputs.commit-message }}
+ git commit -m '${{ inputs.commit-message }}'
39
git push
40
fi
41
shell: bash
0 commit comments