Skip to content

Commit

Permalink
I wonder if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Feb 28, 2024
1 parent aa0b394 commit 63269d5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Debug
on:
push:
branches:
- jgilles/bananas

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## If no one connects after 15 minutes, shut down server.
wait-timeout-minutes: 15
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true

0 comments on commit 63269d5

Please sign in to comment.