This commit is contained in:
parent
ba63b6b491
commit
e55983b41f
@ -8,7 +8,7 @@ jobs:
|
|||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: |
|
run: |
|
||||||
$branch = "${{ github.ref }}" -replace '^refs/heads/', ''
|
$branch = "${{ github.ref }}" -replace '^refs/heads/', ''
|
||||||
$url = "https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@amass.fun/gitea/amass/${{ gitea.repository }}.git"
|
$url = "https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@amass.fun/gitea/${{ gitea.repository }}.git"
|
||||||
git clone --depth 1 --branch=$branch $url .
|
git clone --depth 1 --branch=$branch $url .
|
||||||
git checkout ${{ github.sha }}
|
git checkout ${{ github.sha }}
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user