From 58a66c288c99a2d538d77cc385e1d19c09e06948 Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Wed, 18 Oct 2023 13:24:09 +0000 Subject: [PATCH] fixed syntax --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index e17fd25..3580628 100644 --- a/action.yml +++ b/action.yml @@ -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