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.
changed_files.txt
1 parent ab70700 commit 4f61562Copy full SHA for 4f61562
action.yml
@@ -52,10 +52,11 @@ runs:
52
53
- name: Commit converted Qiita articles
54
run: |
55
+ rm changed_files.txt
56
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
- git commit -m "${{ inputs.convert-commit-message }}" --no-verify
59
+ git commit -m "${{ inputs.convert-commit-message }}"
60
git push
61
shell: bash
62
if: steps.files.outcome == 'success'
0 commit comments