oops
Some checks failed
goreleaser / goreleaser (push) Failing after 4s
/ test (push) Successful in 1m27s

This commit is contained in:
Joseph Hanson 2024-08-01 12:48:15 -05:00
parent 7439f1f7f4
commit 5c2bb78f38
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -21,9 +21,10 @@ jobs:
- name: Checkout
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_URL: https://x-access-token:${ GITHUB_TOKEN }@git.hsn.dev/${{ GITHUB_REPOSITORY }}
REPO_URL: https://x-access-token:${{ env.GITHUB_TOKEN }}@git.hsn.dev/${{ env.GITHUB_REPOSITORY }}
run: |
printenv
mkdir -p ${{ github.workspace }}
echo "URL: ${{ env.REPO_URL }}"
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
echo "Repository cloned!"