File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ jobs:
6666 # ONLY UNCOMMENT SECTION BELOW FOR DEBUGGING PURPOSES: allows one to ssh into host machine.
6767 # Follow instructions in https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
6868 # to add your ssh keys.
69- # - name: Job failed. Activating debugging mode via up-term.
70- # if: ${{ failure() }}
71- # uses: lhotari/action-upterm@v1
72- # with:
73- # ## limits ssh access and adds the ssh public key for the user which triggered the workflow
74- # limit-access-to-actor: true
75- # ## limits ssh access and adds the ssh public keys of the listed GitHub users
76- # limit-access-to-users: chriski777, carsen-stringera
69+ - name : Job failed. Activating debugging mode via up-term.
70+ if : ${{ failure() }}
71+ uses : lhotari/action-upterm@v1
72+ with :
73+ # # limits ssh access and adds the ssh public key for the user which triggered the workflow
74+ limit-access-to-actor : true
75+ # # limits ssh access and adds the ssh public keys of the listed GitHub users
76+ limit-access-to-users : chriski777, carsen-stringera
7777
7878 - name : Coverage
7979 # Only run coverage once
You can’t perform that action at this time.
0 commit comments