Skip to content

Commit f58143d

Browse files
committed
commenting should work
1 parent cbf0db9 commit f58143d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci-main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,7 @@ jobs:
7474
echo "export CI_REPO_NAME=training-material" >> pr/env.sh
7575
pr_num=$(echo "$GITHUB_REF_NAME" | sed 's|/.*||g')
7676
echo "export CI_PULL_REQUEST=${pr_num}" >> pr/env.sh
77-
echo "export CI_COMMIT=${GITHUB_SHA}" >> pr/env.sh
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
77+
echo "export CI_COMMIT=${{ github.event.pull_request.base.sha }}" >> pr/env.sh
8478
8579
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
8680
set -o pipefail

0 commit comments

Comments
 (0)