correct path
This commit is contained in:
parent
5c2bb78f38
commit
1b42d57d84
1 changed files with 2 additions and 3 deletions
|
@ -21,9 +21,8 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
REPO_URL: https://x-access-token:${{ env.GITHUB_TOKEN }}@git.hsn.dev/${{ env.GITHUB_REPOSITORY }}
|
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}
|
||||||
run: |
|
run: |
|
||||||
printenv
|
|
||||||
mkdir -p ${{ github.workspace }}
|
mkdir -p ${{ github.workspace }}
|
||||||
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 }}
|
||||||
|
|
Loading…
Reference in a new issue