We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1653f03 commit 80ac77cCopy full SHA for 80ac77c
testing/run
@@ -44,8 +44,8 @@ ci_banner() {
44
git show --quiet --oneline ${PULL_BASE_SHA:-}..${PULL_PULL_SHA:-} 2>/dev/null \
45
|| echo "WARNING: Could not access git history (${PULL_BASE_SHA:-}..${PULL_PULL_SHA:-}) ..."
46
else
47
- echo "WARNING: PULL_BASE_SHA=${PULL_BASE_SHA:-} and/or PULL_PULL_SHA=${PULL_PULL_SHA:-} not set. Showing the commits from main."
48
- git show --quiet --oneline main.. \
+ echo "WARNING: PULL_BASE_SHA=${PULL_BASE_SHA:-} and/or PULL_PULL_SHA=${PULL_PULL_SHA:-} not set. Showing the last commits from main."
+ git show --quiet --oneline main.. | head 10\
49
|| echo "WARNING: Could not access git history (main..) ..."
50
fi
51
0 commit comments