debug
This commit is contained in:
parent
2c89796f12
commit
54895751dc
@ -17,6 +17,8 @@ runs:
|
|||||||
- name: Replace excalidraw file references
|
- name: Replace excalidraw file references
|
||||||
run: find "${{ github.workspace }}" -type f -name '*.md' -exec sed -ri 's|\[\[(.*\.excalidraw)\]\]|![\1](\1.csv)|g' "{}" ";"
|
run: find "${{ github.workspace }}" -type f -name '*.md' -exec sed -ri 's|\[\[(.*\.excalidraw)\]\]|![\1](\1.csv)|g' "{}" ";"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- name: Debug - Setup upterm session
|
||||||
|
uses: lhotari/action-upterm@v1
|
||||||
- name: Stop containers
|
- name: Stop containers
|
||||||
run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" down
|
run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" down
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user