From 06f3ff4552bf288ae20d37dbebf010e38214ee82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 6 Jul 2023 10:52:16 +0200 Subject: [PATCH] CI: fix fetch of PR fork commits in binary size check workflow --- .github/workflows/check-binary-size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-binary-size.yml b/.github/workflows/check-binary-size.yml index 5ee9786c..c43f117c 100644 --- a/.github/workflows/check-binary-size.yml +++ b/.github/workflows/check-binary-size.yml @@ -33,7 +33,7 @@ jobs: run: | printf "[llvm]\ndownload-ci-llvm = true\n\n[rust]\nincremental = false\n" > config.toml cd library/backtrace - 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 }} git fetch --all git checkout ${{ github.event.pull_request.base.sha }} cd ../..