Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 3, 2021
1 parent aaa55ad commit 1f4b96c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

set -e

make run PATHS="${INPUT_FILES}" ACTION="${INPUT_ACTION}"
IFS=" " read -r -a FILES <<< "$(echo "${INPUT_FILES[@]}" | sort -u | tr "\n" " ")"

make run PATHS="${FILES[*]}" ACTION="${INPUT_ACTION}"

0 comments on commit 1f4b96c

Please sign in to comment.