We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 036cad7 commit 8b60782Copy full SHA for 8b60782
entrypoint.sh
@@ -63,4 +63,5 @@ TARGET="${GITHUB_ACTION_PATH}/${CLIENT_BINARY}"
63
echo "Will download ${CLIENT_BINARY} from ${DOWNLOAD_URL_PREFIX}"
64
curl -fL --retry 3 --keepalive-time 2 "${DOWNLOAD_URL_PREFIX}/${CLIENT_BINARY}" -o ${TARGET}
65
chmod +x ${TARGET}
66
-sh -c "${TARGET} $*"
+sh -c "${TARGET} --version" # print version
67
+sh -c "${TARGET} $*" # run the command
0 commit comments