Skip to content

Commit

Permalink
Fix linting of workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Sep 24, 2023
1 parent e7cfdee commit 158778e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
debug:
runs-on: ubuntu-latest
steps:
# Enable tmate debugging of manually-triggered workflows if the input
# option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
with:
limit-access-to-actor: true
# Enable tmate debugging of manually-triggered workflows if the input
# option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
with:
limit-access-to-actor: true

0 comments on commit 158778e

Please sign in to comment.