test
This commit is contained in:
parent
fb4dc5270e
commit
0a49227c17
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
REPO_URL: https://x-access-token:${ GITHUB_TOKEN }@git.hsn.dev/${{ GITHUB_REPOSITORY }}
|
REPO_URL: https://x-access-token:${ GITHUB_TOKEN }@git.hsn.dev/${{ GITHUB_REPOSITORY }}
|
||||||
run: |
|
run: |
|
||||||
|
printenv
|
||||||
echo "URL: ${{ env.REPO_URL }}"
|
echo "URL: ${{ env.REPO_URL }}"
|
||||||
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
|
git clone --depth 0 ${{ env.REPO_URL }} ${{ github.workspace }}
|
||||||
echo "Repository cloned!"
|
echo "Repository cloned!"
|
||||||
|
|
Loading…
Reference in a new issue