;ci: pull: another fix like push
This commit is contained in:
parent
e30634e6ad
commit
db28b6b9ee
2
.github/workflows/pull.yml
vendored
2
.github/workflows/pull.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
|||||||
# NUM: 5
|
# NUM: 5
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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 "debug: last 10 commits:"
|
||||||
echo "$(git log --format='%h -%d %s (%an, %ci)' -10)"
|
echo "$(git log --format='%h -%d %s (%an, %ci)' -10)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user