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
|
description: The branch to store the svg assets in
|
||||||
required: true
|
required: true
|
||||||
asset-repo-token:
|
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
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
@ -24,11 +24,8 @@ 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
|
||||||
- run: sleep 100000
|
|
||||||
shell: bash
|
|
||||||
- name: Start containers
|
- name: Start containers
|
||||||
run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" up -d --build
|
run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" up -d --build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user