mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-14 07:08:06 +00:00
7 lines
135 B
Bash
Executable File
7 lines
135 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
echo "::debug::\$cmd: $1"
|
|
RESULT=$(eval "$1")
|
|
echo "::debug::\$RESULT: $RESULT"
|
|
echo ::set-output name=result::"$RESULT"
|