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 8b201eb commit da908f7Copy full SHA for da908f7
action.yml
@@ -52,6 +52,7 @@ runs:
52
53
- name: Commit converted Qiita articles
54
run: |
55
+ rm $GITHUB_WORKSPACE/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
0 commit comments