fixed syntax

This commit is contained in:
Lu Baumann 2023-10-18 13:24:09 +00:00 committed by GitHub
parent 6f9341f728
commit 58a66c288c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ runs:
repository: "${{ inputs.asset-repo }}@${{ inputs.asset-repo-branch }}"
path: svg-repo
- run: mkdir -p svg-repo/svg-assets
shell: bash
- name: Start containers
run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" up -d --build
shell: bash