;ci: pull: another fix like push

This commit is contained in:
Simon Michael 2022-04-21 21:32:44 -10:00
parent e30634e6ad
commit db28b6b9ee

View File

@ -88,7 +88,7 @@ jobs:
# NUM: 5
shell: bash
run: |
RANGE=${BEFORE:-origin/master}..${GITHUB_HEAD_REF:+origin/$GITHUB_HEAD_REF}
RANGE=${BEFORE:-origin/master}..${GITHUB_HEAD_REF:-}
echo "debug: last 10 commits:"
echo "$(git log --format='%h -%d %s (%an, %ci)' -10)"