mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +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")
|
CHUNKS+=("$CHUNK")
|
||||||
done
|
done
|
||||||
|
|
||||||
"${CHUNKS[@]}"
|
eval "${CHUNKS[@]}"
|
||||||
|
|
||||||
CHUNKS=()
|
CHUNKS=()
|
||||||
done <<< "$COMMANDS"
|
done <<< "$COMMANDS"
|
||||||
|
|
Loading…
Reference in a new issue