From 7f0db9a9b5d7f9a7fd8c6cc9479bcd963cf2e86f Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 15:02:26 +0000 Subject: [PATCH] Update git/checkout/action.yaml --- git/checkout/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/checkout/action.yaml b/git/checkout/action.yaml index ff49a40..30d1ad9 100644 --- a/git/checkout/action.yaml +++ b/git/checkout/action.yaml @@ -9,7 +9,7 @@ runs: uses: addnab/docker-run-action@v3 with: image: alpine/git:latest - options: -v ${{ github.workspace }}:/root + options: -v ${{ github.workspace }}:/git run: | HOST=$(echo "${{ github.server_url }}" | sed 's%https://%%') URL="https://${{ github.token }}@$HOST/${{ github.repository }}.git"