From 3c63cbc02ede578fedbf52202c75c06b4cffa941 Mon Sep 17 00:00:00 2001 From: hahwul Date: Tue, 16 May 2023 23:46:47 +0900 Subject: [PATCH] set-output to GITHUB_ENV --- github-action/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-action/entrypoint.sh b/github-action/entrypoint.sh index dfd1028..ae23e8d 100644 --- a/github-action/entrypoint.sh +++ b/github-action/entrypoint.sh @@ -1,4 +1,4 @@ #!/bin/sh -l out=$(echo $1 | /app/gee $2) -echo "::set-output name=output::$out" +echo "output=$out" >> $GITHUB_ENV