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.
package.json
1 parent 149ec98 commit c140264Copy full SHA for c140264
action.yml
@@ -73,6 +73,7 @@ runs:
73
- name: Commit converted Qiita articles
74
run: |
75
rm $GITHUB_WORKSPACE/changed_files.txt
76
+ rm package-lock.json package.json
77
git config --local user.name ${{ github.actor }}
78
git config --local user.email ${{ github.actor }}@users.noreply.github.com
79
git add qiita/public/*.md
0 commit comments