diff --git a/.github/workflows/build-go.yml b/.github/workflows/build-go.yml index 8c8a531..ccb604c 100644 --- a/.github/workflows/build-go.yml +++ b/.github/workflows/build-go.yml @@ -30,7 +30,7 @@ jobs: URL_WITH_HTTP=${{ github.server_url }} URL=${URL_WITH_HTTP#http://} URL=${URL#https://} - git clone https://wf:${{ github.token }}@${URL}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }} + git clone http://wf:${{ github.token }}@${URL}/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.workspace }} - name: Check Out Branch run: | cd ${{ github.workspace }}