Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
478ae4c41b | |||
bd27011f8e | |||
|
ba98c9daa9 |
@ -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:
|
||||||
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
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
@ -24,8 +24,11 @@ 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