We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4734144 commit 8228b7aCopy full SHA for 8228b7a
.github/actions/detect-ci-trigger/script.sh
@@ -9,6 +9,7 @@ if [[ "$event_name" == "pull_request" ]]; then
9
else
10
echo "nothing to do."
11
fi
12
+git log -n 5 2>&1
13
echo "::endgroup::"
14
15
echo "::group::extracting the commit message"
0 commit comments