Skip to content

Commit da908f7

Browse files
committed
🐛 fix: add the process for deleting unnecessary file (i.e., changed_files.txt)
1 parent 8b201eb commit da908f7

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
@@ -52,6 +52,7 @@ runs:
5252

5353
- name: Commit converted Qiita articles
5454
run: |
55+
rm $GITHUB_WORKSPACE/changed_files.txt
5556
git config --local user.name ${{ github.actor }}
5657
git config --local user.email ${{ github.actor }}@users.noreply.github.com
5758
git add qiita/public/*.md

0 commit comments

Comments
 (0)