Skip to content

Commit

Permalink
fix: fixes bash array
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Jun 2, 2023
1 parent d2105c0 commit 3c4a6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/discover/action.yml
Expand Up @@ -24,7 +24,7 @@ runs:
FLAGS=("-j")
if [[ "${{ inputs.parse_images }}" -eq "true" ]]; then
FLAGS+="-i"
FLAGS+=("-i")
fi
for target in ${{ inputs.targets }}; do
Expand Down

0 comments on commit 3c4a6b9

Please sign in to comment.