Skip to content

Commit

Permalink
Merge pull request #6 from budougumi0617/fix-script
Browse files Browse the repository at this point in the history
❤️ fix script
  • Loading branch information
budougumi0617 authored May 5, 2021
2 parents 1754e2c + 1421c30 commit 9700fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9700fba

Please sign in to comment.