Skip to content

Commit c605a87

Browse files
committed
fix: remove other unrelated stuff from action so the PR is clean
1 parent 74830d4 commit c605a87

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,13 @@ runs:
6464
WORKFLOW_FILE_NAME: ${{ inputs.workflow-file-name }}
6565
run: cat ".github/workflows/${WORKFLOW_FILE_NAME}"
6666

67-
- name: Remove workflow.new.yml
67+
- name: Clean action
68+
working-directory: ./src
6869
shell: bash
69-
run: rm ./src/workflow.new.yml
70+
run: |
71+
rm ./src/workflow.new.yml
72+
rm ./fsharp-program.tar.gz
73+
rm -rf out/
7074
7175
- name: Create pull request
7276
# if: ${{ inputs.pull-request }} # TODO

0 commit comments

Comments
 (0)