Skip to content

Commit

Permalink
don't create the skipped the commit fetching group
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jan 24, 2021
1 parent f97facc commit d9257f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
event_name="$1"
keyword="$2"

echo "::group::fetch a sufficient number of commits"
echo "skipped"
# echo "::group::fetch a sufficient number of commits"
# git log -n 5 2>&1
# if [[ "$event_name" == "pull_request" ]]; then
# ref=$(git log -1 --format='%H')
Expand All @@ -14,7 +13,7 @@ echo "skipped"
# echo "nothing to do."
# fi
# git log -n 5 2>&1
echo "::endgroup::"
# echo "::endgroup::"

echo "::group::extracting the commit message"
echo "event name: $event_name"
Expand Down

0 comments on commit d9257f0

Please sign in to comment.