Skip to content

Commit 33265d2

Browse files
committed
fix: other occurrences of the src/ folder
1 parent 02d4ead commit 33265d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
env:
5959
WORKFLOW_FILE_NAME: ${{ inputs.workflow-file-name }}
6060
with:
61-
cmd: yq -i '. * load("./src/workflow.new.yml")' ".github/workflows/${WORKFLOW_FILE_NAME}"
61+
cmd: yq -i '. * load("./workflow.new.yml")' ".github/workflows/${WORKFLOW_FILE_NAME}"
6262

6363
- name: Debug -> Print the new workflow file
6464
shell: bash
@@ -69,7 +69,7 @@ runs:
6969
- name: Clean action
7070
shell: bash
7171
run: |
72-
rm ./src/workflow.new.yml
72+
rm ./workflow.new.yml
7373
rm ./fsharp-program.tar.gz
7474
rm -rf out/
7575

0 commit comments

Comments
 (0)