ci: push, pull: debug logging
This commit is contained in:
parent
0023982560
commit
b03bbc9184
3
.github/workflows/pull.yml
vendored
3
.github/workflows/pull.yml
vendored
@ -98,7 +98,8 @@ jobs:
|
||||
echo "$(git log --format='%h -%d %s (%an, %ci)' -1 $BEFORE)"
|
||||
echo "debug: GITHUB_HEAD_REF=$GITHUB_HEAD_REF"
|
||||
echo "$(git log --format='%h -%d %s (%an, %ci)' -1 $GITHUB_HEAD_REF)"
|
||||
echo "debug: RANGE(commits to check)=$RANGE"
|
||||
echo "debug: RANGE=$RANGE"
|
||||
echo "debug: commits to check:"
|
||||
echo "$(git log --format='%h -%d %s (%an, %ci)' --abbrev-commit --date=relative --date-order $RANGE)"
|
||||
|
||||
if git rev-list --quiet $RANGE
|
||||
|
||||
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -101,7 +101,8 @@ jobs:
|
||||
echo "$(git log --format='%h -%d %s (%an, %ci)' -1 $BEFORE)"
|
||||
echo "debug: GITHUB_HEAD_REF=$GITHUB_HEAD_REF"
|
||||
echo "$(git log --format='%h -%d %s (%an, %ci)' -1 $GITHUB_HEAD_REF)"
|
||||
echo "debug: RANGE(commits to check)=$RANGE"
|
||||
echo "debug: RANGE=$RANGE"
|
||||
echo "debug: commits to check:"
|
||||
echo "$(git log --format='%h -%d %s (%an, %ci)' --abbrev-commit --date=relative --date-order $RANGE)"
|
||||
|
||||
if git rev-list --quiet $RANGE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user