Skip to content

Commit f25e892

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

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
@@ -46,6 +46,7 @@ runs:
4646
for file in $(cat changed_files.txt); do
4747
bash bin/ztoq.sh "$file"
4848
done
49+
rm changed_files.txt
4950
shell: bash
5051
working-directory: ${{ github.action_path }}
5152
if: steps.files.outcome == 'success'

0 commit comments

Comments
 (0)