Skip to content

Commit d32442e

Browse files
committed
DEBUG with tmate
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d1e9d2f commit d32442e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/open-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
git config --global user.name "$USER_NAME" &&
9999
git config --global user.email "$USER_EMAIL" &&
100100
echo "PACKAGER=$USER_NAME <$USER_EMAIL>" >>$GITHUB_ENV
101+
- uses: mxschmitt/action-tmate@v3
102+
with:
103+
detached: true
101104
- name: update PKGBUILD
102105
id: update
103106
shell: bash

0 commit comments

Comments
 (0)