yq/github-action/entrypoint.sh

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"