yq/github-action/entrypoint.sh

7 lines
135 B
Bash
Raw Normal View History

2020-02-24 09:04:45 +00:00
#!/bin/sh -l
2021-06-08 13:14:00 +00:00
echo "::debug::\$cmd: $1"
RESULT=$(eval "$1")
echo "::debug::\$RESULT: $RESULT"
echo ::set-output name=result::"$RESULT"