From 4d3282a1643f1e412a322ce665d4981c61fa2de1 Mon Sep 17 00:00:00 2001 From: Kai Reichart Date: Wed, 27 Nov 2024 14:11:12 +0100 Subject: [PATCH] repo --- .github/workflows/build-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-go.yml b/.github/workflows/build-go.yml index ccb604c..d23b495 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 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 }}