Skip to content

Commit

Permalink
add tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed May 13, 2024
1 parent feb7ff4 commit e0cf27d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/translate-and-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
# Install attranslator
sudo npm install --location=global attranslate
# Tmate ##
- name: Setup TMATE Session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

- name: Translate Package
shell: bash -O extglob {0}
env:
Expand Down

0 comments on commit e0cf27d

Please sign in to comment.