Skip to content

Commit

Permalink
Pass entire array to pio, no only first element (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonspa authored Mar 10, 2024
1 parent b4244cd commit e6467e6
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 @@ -77,4 +77,4 @@ runs:
if [ -n "$verbose" ]; then args+=("--verbose"); fi
if [ -n "$disable_auto_clean" ]; then args+=("--disable-auto-clean"); fi
echo $args | xargs pio run
echo ${args[*]} | xargs pio run

0 comments on commit e6467e6

Please sign in to comment.