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 c9f8af8 commit f25e892Copy full SHA for f25e892
action.yml
@@ -46,6 +46,7 @@ runs:
46
for file in $(cat changed_files.txt); do
47
bash bin/ztoq.sh "$file"
48
done
49
+ rm changed_files.txt
50
shell: bash
51
working-directory: ${{ github.action_path }}
52
if: steps.files.outcome == 'success'
0 commit comments