From 2f9168efe3dac486ea960b1a48b2b357e6b2d809 Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Tue, 17 Oct 2023 10:26:14 +0000 Subject: [PATCH] removed debug --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 7dfe213..cc96d10 100644 --- a/action.yml +++ b/action.yml @@ -19,8 +19,6 @@ runs: - name: Replace excalidraw file references run: find "${{ github.workspace }}" -type f -name '*.md' -exec sed -ri 's|\[\[(.*\.excalidraw)\]\]|![\1](assets/autogen/\1.svg)|g' "{}" ";" shell: bash - - name: Debug - Setup upterm session - uses: lhotari/action-upterm@v1 - name: Stop containers run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" down shell: bash