Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
fix delimiter
  • Loading branch information
eliyabar authored Jul 18, 2023
1 parent 1e79776 commit 3aec4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
id: run_preevy
run: |
# Convert the docker-compose-yaml-paths input to an env var
file_paths=${{ inputs.docker-compose-yaml-paths }}
IFS=',' read -ra file_paths <<< ${{ inputs.docker-compose-yaml-paths }}
echo "Docker file paths ${file_paths}"
# Initialize the joined preevy paths string
joined_paths=""
Expand Down

0 comments on commit 3aec4ef

Please sign in to comment.