github: fix ref variable in configuration (#36514)

pull/36516/head
Radek Simko 1 year ago committed by GitHub
parent 66b3325408
commit 86e6ac764d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -166,7 +166,7 @@ jobs:
- name: Checkout changie config
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: github.head_ref
ref: ${{ github.head_ref }}
sparse-checkout: |
.changie.yaml
sparse-checkout-cone-mode: false

Loading…
Cancel
Save