test
Some checks failed
goreleaser / goreleaser (push) Failing after 5s
/ test (push) Successful in 1m21s

This commit is contained in:
Joseph Hanson 2024-08-01 12:38:37 -05:00
parent fb4dc5270e
commit 0a49227c17
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -23,6 +23,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_URL: https://x-access-token:${ GITHUB_TOKEN }@git.hsn.dev/${{ GITHUB_REPOSITORY }}
run: |
printenv
echo "URL: ${{ env.REPO_URL }}"
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
echo "Repository cloned!"