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