From 1421c30b9beea1bb764275c951e90d6020817103 Mon Sep 17 00:00:00 2001 From: budougumi0617 Date: Thu, 6 May 2021 03:07:30 +0900 Subject: [PATCH] :heart: fix script --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 90f17dd..3cc0f49 100755 --- a/script.sh +++ b/script.sh @@ -20,6 +20,6 @@ export GIGI_FILTER_PATTERN="${INPUT_FILTER_PATTERN}" echo '::group:: Running gigi ...' # shellcheck disable=SC2086 gigi -status=$($?) +status=$? echo '::endgroup::' exit $status \ No newline at end of file