fix: fixed git checkout for codelint
This commit is contained in:
@@ -92,7 +92,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
ref: refs/pull/${{ github.event.pull_request.number }}/head
|
||||
|
||||
- name: Setup git to use https
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user