Compare commits
No commits in common. "main" and "v1.0.1" have entirely different histories.
@ -12,7 +12,7 @@ inputs:
|
||||
description: The branch to store the svg assets in
|
||||
required: true
|
||||
asset-repo-token:
|
||||
description: Github token to access the asset repo when pulling and pushing
|
||||
descriptioin: Github token to access the asset repo when pulling and pushing
|
||||
required: true
|
||||
runs:
|
||||
using: composite
|
||||
@ -24,11 +24,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user