debug tags
This commit is contained in:
parent
881f02a90f
commit
5e18c2cc36
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
|
||||||
mkdir -p ${{ github.workspace }}
|
mkdir -p ${{ github.workspace }}
|
||||||
echo "URL: ${{ env.REPO_URL }}"
|
echo "URL: ${{ env.REPO_URL }}"
|
||||||
git clone ${{ env.REPO_URL }} ${{ github.workspace }}
|
git clone ${{ env.REPO_URL }} ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in a new issue