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