Skip to content

Commit 02f169f

Browse files
committed
debug
1 parent d86d737 commit 02f169f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,12 @@ jobs:
7575
run: |
7676
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
7777
# diff all files in the PR
78+
echo "DEBUG: pull requesy"
7879
git fetch origin $GITHUB_BASE_REF
7980
BASE_SHA=$(git merge-base HEAD origin/$GITHUB_BASE_REF)
8081
else
8182
# diff only the latest commit
83+
echo "DEBUG: push"
8284
BASE_SHA=$GITHUB_EVENT_BEFORE
8385
fi
8486
echo "BASE_SHA=$BASE_SHA" >> $GITHUB_ENV

0 commit comments

Comments
 (0)