We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7da5d18 + 06f3ff4 commit 3ad43dfCopy full SHA for 3ad43df
.github/workflows/check-binary-size.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
printf "[llvm]\ndownload-ci-llvm = true\n\n[rust]\nincremental = false\n" > config.toml
35
cd library/backtrace
36
- git remote add kobzol https://github.com/kobzol/backtrace-rs
+ git remote add head-pr https://github.com/${{ github.event.pull_request.head.repo.full_name }}
37
git fetch --all
38
git checkout ${{ github.event.pull_request.base.sha }}
39
cd ../..
0 commit comments