fix clone
Some checks failed
goreleaser / goreleaser (push) Failing after 4s

This commit is contained in:
Joseph Hanson 2024-08-01 14:03:56 -05:00
parent 16ec313e6e
commit c3ce64597f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -21,7 +21,7 @@ jobs:
- name: Checkout
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}:${{ github.ref }}
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}:${{ env.GITHUB_REF_NAME }}
run: |
printenv
mkdir -p ${{ github.workspace }}