Added ability to use a custom git server
This commit is contained in:
parent
ba98c9daa9
commit
bd27011f8e
@ -24,6 +24,7 @@ runs:
|
|||||||
ref: "${{ inputs.asset-repo-branch }}"
|
ref: "${{ inputs.asset-repo-branch }}"
|
||||||
path: svg-repo
|
path: svg-repo
|
||||||
token: "${{ inputs.asset-repo-token }}"
|
token: "${{ inputs.asset-repo-token }}"
|
||||||
|
github-server-url: "${{ inputs.git-server-url }}"
|
||||||
- run: mkdir -p svg-repo/svg-assets
|
- run: mkdir -p svg-repo/svg-assets
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Start containers
|
- name: Start containers
|
||||||
|
Loading…
Reference in New Issue
Block a user