fixed script execution

This commit is contained in:
Lu Baumann 2023-10-17 01:47:14 +00:00 committed by GitHub
parent c8de805803
commit d3aebb7ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' }} ";"