From a0493aa0762453394a9d07c6af96dd045ffd3290 Mon Sep 17 00:00:00 2001 From: Miguel Ferreira Date: Thu, 26 Jan 2023 09:34:16 +0100 Subject: [PATCH] Update GitHub Actions output syntax Fixes #53 --- dockerhub/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerhub/entrypoint.sh b/dockerhub/entrypoint.sh index 6e02a78..5a6a7da 100755 --- a/dockerhub/entrypoint.sh +++ b/dockerhub/entrypoint.sh @@ -21,4 +21,4 @@ echo "running entrypoint command(s)" response=$(sh -c " $INPUT_COMMAND") -echo "::set-output name=response::$response" +echo "response=$response" >> $GITHUB_OUTPUT