Skip to content

Commit c140264

Browse files
committed
🐛 fix: delete package.json before git push
1 parent 149ec98 commit c140264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ runs:
7373
- name: Commit converted Qiita articles
7474
run: |
7575
rm $GITHUB_WORKSPACE/changed_files.txt
76+
rm package-lock.json package.json
7677
git config --local user.name ${{ github.actor }}
7778
git config --local user.email ${{ github.actor }}@users.noreply.github.com
7879
git add qiita/public/*.md

0 commit comments

Comments
 (0)