We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b032ae commit 9af6d5bCopy full SHA for 9af6d5b
.github/workflows/debugging-tests.yml
@@ -0,0 +1,13 @@
1
+name: CI
2
+on: [push]
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v2
8
+ - name: Setup upterm session
9
+ uses: lhotari/action-upterm@v1
10
+ with:
11
+ ## limits ssh access and adds the ssh public key for the user which triggered the workflow
12
+ limit-access-to-actor: false
13
+ limit-access-to-users: JanJakes
0 commit comments