This commit is contained in:
parent
16ec313e6e
commit
c3ce64597f
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 }}
|
||||
REPO_URL: https://x-access-token:${GITHUB_TOKEN}@git.hsn.dev/${{ github.repository }}:${{ env.GITHUB_REF_NAME }}
|
||||
run: |
|
||||
printenv
|
||||
mkdir -p ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue