repo
This commit is contained in:
parent
4b24f2b8f2
commit
4d3282a164
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-go.yml
vendored
2
.github/workflows/build-go.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
URL_WITH_HTTP=${{ github.server_url }}
|
||||
URL=${URL_WITH_HTTP#http://}
|
||||
URL=${URL#https://}
|
||||
git clone http://wf:${{ github.token }}@${URL}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }}
|
||||
git clone http://wf:${{ github.token }}@${URL}/${{ github.repository }}.git ${{ github.workspace }}
|
||||
- name: Check Out Branch
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue