From 844ddc2393c009278aa6be8821cf13a794c6104e Mon Sep 17 00:00:00 2001 From: pataar Date: Tue, 15 Feb 2022 20:08:10 +0100 Subject: [PATCH] ci: use the correct sha for the compressed size action check (#642) --- .github/workflows/build_size_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_size_report.yml b/.github/workflows/build_size_report.yml index 7dc22bfd8..55f7f09ca 100644 --- a/.github/workflows/build_size_report.yml +++ b/.github/workflows/build_size_report.yml @@ -9,6 +9,8 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v2 + with: + ref: ${{ github.event.pull_request.head.sha }} - uses: preactjs/compressed-size-action@v2 with: strip-hash: "\\b\\w{8}\\."