Skip to content

Commit

Permalink
also print the log after fetching [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Jan 13, 2021
1 parent 4734144 commit 1da547e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/detect-ci-trigger/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if [[ "$event_name" == "pull_request" ]]; then
else
echo "nothing to do."
fi
git log -n 5 2>&1
echo "::endgroup::"

echo "::group::extracting the commit message"
Expand Down

0 comments on commit 1da547e

Please sign in to comment.