fix: fixed git checkout for codelint

This commit is contained in:
Valentin Khramtsov
2025-03-27 15:42:58 +03:00
parent a0c77149c2
commit 58e2ddd50e

View File

@@ -92,7 +92,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with: with:
ref: ${{ github.head_ref }} ref: refs/pull/${{ github.event.pull_request.number }}/head
- name: Setup git to use https - name: Setup git to use https
run: | run: |