From 53534cefa3497b11eb6b0eaccb3868da0a1fca4f Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Tue, 17 Oct 2023 10:51:28 +0000 Subject: [PATCH] added debug --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index cc96d10..7a5d362 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,8 @@ 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: Setup upterm session + uses: lhotari/action-upterm@v1 - name: Stop containers run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" down shell: bash