Skip to content

Commit 74830d4

Browse files
committed
fix: Remove workflow.new.yml step
1 parent 6700fca commit 74830d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666

6767
- name: Remove workflow.new.yml
6868
shell: bash
69-
run: ./src/workflow.new.yml
69+
run: rm ./src/workflow.new.yml
7070

7171
- name: Create pull request
7272
# if: ${{ inputs.pull-request }} # TODO

0 commit comments

Comments
 (0)