From d3aebb7ee358ed30e8d625349848e45cf03c76b7 Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Tue, 17 Oct 2023 01:47:14 +0000 Subject: [PATCH] fixed script execution --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eed9db5..942130f 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ runs: - name: Start containers run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" up -d --build shell: bash - - run: ${{ github.action_path }}/wait_for_kroki.sh + - run: bash "${{ github.action_path }}/wait_for_kroki.sh" shell: bash - name: Creating SVG files run: find "${{ github.workspace }}" -type f -name '*.excalidraw' -exec bash "${{ github.action_path }}/to_svg.sh" "{}" ${{ inputs.dark-mode == 'true' }} ";"