mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
eval the input command
This commit is contained in:
parent
bc7b76075d
commit
212d5a5125
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ execute_commands() {
|
|||
CHUNKS+=("$CHUNK")
|
||||
done
|
||||
|
||||
"${CHUNKS[@]}"
|
||||
eval "${CHUNKS[@]}"
|
||||
|
||||
CHUNKS=()
|
||||
done <<< "$COMMANDS"
|
||||
|
|
Loading…
Reference in a new issue