Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
478ae4c41b | |||
bd27011f8e | |||
|
ba98c9daa9 |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user