mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 07:07:47 +00:00
[size-report] correct the checkout ref (#11732)
The commit corrects the checkout ref to pull/<number>/merge, which is the ref after merging and should be used for size checking.
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Checkout Pull Request
|
||||
if: ${{ github.event_name == 'pull_request_target' }}
|
||||
run: |
|
||||
git fetch origin pull/${{ github.event.pull_request.number }}/head
|
||||
git fetch origin pull/${{ github.event.pull_request.number }}/merge
|
||||
git checkout FETCH_HEAD
|
||||
- name: Run
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user