Skip to content

Commit

Permalink
fix: other occurrences of the src/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed Jun 19, 2024
1 parent 02d4ead commit 33265d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
env:
WORKFLOW_FILE_NAME: ${{ inputs.workflow-file-name }}
with:
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}"

- name: Debug -> Print the new workflow file
shell: bash
Expand All @@ -69,7 +69,7 @@ runs:
- name: Clean action
shell: bash
run: |
rm ./src/workflow.new.yml
rm ./workflow.new.yml
rm ./fsharp-program.tar.gz
rm -rf out/
Expand Down

0 comments on commit 33265d2

Please sign in to comment.