not a container
This commit is contained in:
parent
68df179bb4
commit
b9761d40dc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Checkout
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}:${GITHUB_REF_NAME}
|
||||
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}/src/tag/${GITHUB_REF_NAME}
|
||||
run: |
|
||||
printenv
|
||||
mkdir -p ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue