yq/github-action/entrypoint.sh
2021-07-24 15:06:23 +10:00

7 lines
141 B
Bash
Executable File

#!/bin/sh -l
set -e
echo "::debug::\$cmd: $1"
RESULT=$(eval "$1")
echo "::debug::\$RESULT: $RESULT"
echo ::set-output name=result::"$RESULT"