mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
;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
|
||||
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)"
|
||||
|
Loading…
Reference in New Issue
Block a user