Compare commits

...

3 Commits
v1.0.1 ... main

Author SHA1 Message Date
478ae4c41b debug 2024-10-25 00:21:26 +00:00
bd27011f8e Added ability to use a custom git server 2024-10-23 02:04:31 +00:00
Lu Baumann
ba98c9daa9 fixed typo 2023-11-02 00:40:46 +01:00

View File

@ -12,7 +12,7 @@ inputs:
description: The branch to store the svg assets in
required: true
asset-repo-token:
descriptioin: Github token to access the asset repo when pulling and pushing
description: Github token to access the asset repo when pulling and pushing
required: true
runs:
using: composite
@ -24,8 +24,11 @@ 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
- run: sleep 100000
shell: bash
- name: Start containers
run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" up -d --build
shell: bash