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.
1 parent 02d4ead commit 33265d2Copy full SHA for 33265d2
action.yml
@@ -58,7 +58,7 @@ runs:
58
env:
59
WORKFLOW_FILE_NAME: ${{ inputs.workflow-file-name }}
60
with:
61
- cmd: yq -i '. * load("./src/workflow.new.yml")' ".github/workflows/${WORKFLOW_FILE_NAME}"
+ cmd: yq -i '. * load("./workflow.new.yml")' ".github/workflows/${WORKFLOW_FILE_NAME}"
62
63
- name: Debug -> Print the new workflow file
64
shell: bash
@@ -69,7 +69,7 @@ runs:
69
- name: Clean action
70
71
run: |
72
- rm ./src/workflow.new.yml
+ rm ./workflow.new.yml
73
rm ./fsharp-program.tar.gz
74
rm -rf out/
75
0 commit comments