Skip to content

Commit 8228b7a

Browse files
committed
also print the log after fetching
1 parent 4734144 commit 8228b7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/detect-ci-trigger/script.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if [[ "$event_name" == "pull_request" ]]; then
99
else
1010
echo "nothing to do."
1111
fi
12+
git log -n 5 2>&1
1213
echo "::endgroup::"
1314

1415
echo "::group::extracting the commit message"

0 commit comments

Comments
 (0)