Skip to content

Commit 3bf8af5

Browse files
committed
DEBUG with tmate
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1694a2a commit 3bf8af5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-pacman.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
curl -H "Authorization: token ${{secrets.GITHUB_TOKEN}}" -#sLo /tmp/MSYS2-packages.zip "$zip_url" &&
4646
unzip /tmp/MSYS2-packages.zip &&
4747
echo "result=$(echo pacman-*.pkg.tar*)" >>$GITHUB_OUTPUT
48+
- name: debug with tmate
49+
uses: mxschmitt/action-tmate@v3
50+
with:
51+
detached: true
4852
- name: install and commit ${{ steps.download.outputs.result }}
4953
if: steps.download.outputs.result != ''
5054
shell: bash

0 commit comments

Comments
 (0)