Skip to content

Commit

Permalink
setup tmate session on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Sep 2, 2020
1 parent ed43665 commit edc39b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -40,3 +40,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: 'Deploy from GitHub Actions'
if: github.repository == 'NixOS/nixos-homepage'
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v2

0 comments on commit edc39b9

Please sign in to comment.