Skip to content

Commit ab70700

Browse files
committed
🐛 fix: add a option, --no-verify
1 parent f25e892 commit ab70700

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ runs:
4646
for file in $(cat changed_files.txt); do
4747
bash bin/ztoq.sh "$file"
4848
done
49-
rm changed_files.txt
5049
shell: bash
5150
working-directory: ${{ github.action_path }}
5251
if: steps.files.outcome == 'success'
@@ -56,7 +55,7 @@ runs:
5655
git config --local user.name ${{ github.actor }}
5756
git config --local user.email ${{ github.actor }}@users.noreply.github.com
5857
git add qiita/public/*.md
59-
git commit -m "${{ inputs.convert-commit-message }}"
58+
git commit -m "${{ inputs.convert-commit-message }}" --no-verify
6059
git push
6160
shell: bash
6261
if: steps.files.outcome == 'success'

0 commit comments

Comments
 (0)