We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-verify
1 parent f25e892 commit ab70700Copy full SHA for ab70700
action.yml
@@ -46,7 +46,6 @@ runs:
46
for file in $(cat changed_files.txt); do
47
bash bin/ztoq.sh "$file"
48
done
49
- rm changed_files.txt
50
shell: bash
51
working-directory: ${{ github.action_path }}
52
if: steps.files.outcome == 'success'
@@ -56,7 +55,7 @@ runs:
56
55
git config --local user.name ${{ github.actor }}
57
git config --local user.email ${{ github.actor }}@users.noreply.github.com
58
git add qiita/public/*.md
59
- git commit -m "${{ inputs.convert-commit-message }}"
+ git commit -m "${{ inputs.convert-commit-message }}" --no-verify
60
git push
61
62
0 commit comments