Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong example in readme "Manually triggered debug" #122

Closed
maratori opened this issue Jun 14, 2022 · 0 comments · Fixed by #123
Closed

Wrong example in readme "Manually triggered debug" #122

maratori opened this issue Jun 14, 2022 · 0 comments · Fixed by #123

Comments

@maratori
Copy link
Contributor

maratori commented Jun 14, 2022

Due to the bug in github actions need to change example in readme how to manually trigger debug

jobs:
  build:
    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 }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant