Skip to content

Commit d4e5e3e

Browse files
committed
other end
1 parent f58143d commit d4e5e3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ 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.event.pull_request.base.sha }}" >> pr/env.sh
77+
echo "export CI_COMMIT=${{ github.event.pull_request.head.sha }}" >> pr/env.sh
78+
cat pr/env.sh
7879
7980
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
8081
set -o pipefail

0 commit comments

Comments
 (0)