From bd27011f8e7b2f77d43dd1557446123ee2a3db10 Mon Sep 17 00:00:00 2001 From: "Ada Baumann (she/her)" Date: Wed, 23 Oct 2024 02:04:31 +0000 Subject: [PATCH] Added ability to use a custom git server --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 1f98da2..11f063c 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,7 @@ runs: ref: "${{ inputs.asset-repo-branch }}" path: svg-repo token: "${{ inputs.asset-repo-token }}" + github-server-url: "${{ inputs.git-server-url }}" - run: mkdir -p svg-repo/svg-assets shell: bash - name: Start containers