Skip to content

Commit

Permalink
ci: use the correct sha for the compressed size action check (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar authored Feb 15, 2022
1 parent 9770144 commit 844ddc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_size_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}\\."
Expand Down

0 comments on commit 844ddc2

Please sign in to comment.