Skip to content

Commit e25db49

Browse files
committed
Merge branch 'main' into skip-checkout
2 parents a242a87 + e456352 commit e25db49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,8 @@ jobs:
666666
tee -a "${GITHUB_PATH}" <<< "${RUNNER_TEMP}/lcov-${LCOV_VERSION}/bin"
667667
- name: Download test results
668668
env:
669-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
669+
GH_REPO: ${{ github.repository }}
670+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
670671
run: gh run download "$GITHUB_RUN_ID" --dir "$RUNNER_TEMP/artifacts" --pattern test-results-*
671672
- name: Generate test summary
672673
uses: pcolby/tap-summary@v1

0 commit comments

Comments
 (0)