Skip to content

Commit cbf0db9

Browse files
committed
wrong variable
1 parent 29943f5 commit cbf0db9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci-main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@ jobs:
7575
pr_num=$(echo "$GITHUB_REF_NAME" | sed 's|/.*||g')
7676
echo "export CI_PULL_REQUEST=${pr_num}" >> pr/env.sh
7777
echo "export CI_COMMIT=${GITHUB_SHA}" >> pr/env.sh
78-
cat $GITHUB_ACTIONS
78+
echo 'log parents'
79+
git log -n 3
80+
echo 'log parents first'
81+
git log -n 3 --first-parent
82+
83+
cat $GITHUB_EVENT_PATH
7984
8085
find topics/ -name tutorial.md | xargs -n 1 python bin/check-broken-boxes.py | reviewdog -efm="%f:%l: %m" -filter-mode=file -reporter=github-pr-review -fail-level=error | tee ./pr/reviewdog.txt
8186
set -o pipefail

0 commit comments

Comments
 (0)