File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,22 @@ 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
77-
69+ # - name: Job failed. Activating debugging mode via up-term.
70+ # if: ${{ failure() }}
71+ # # As of Dec. 2024, The following action does NOT work for MACOS (https://github.com/lhotari/action-upterm/issues/24)
72+ # # uses: lhotari/action-upterm@v1
73+ # # with:
74+ # # ## limits ssh access and adds the ssh public key for the user which triggered the workflow
75+ # # limit-access-to-actor: true
76+ # # ## limits ssh access and adds the ssh public keys of the listed GitHub users
77+ # # limit-access-to-users: chriski777 #, carsen-stringera
78+
79+ # # As of Dec. 2024, use the following for debugging the GitHub Action runners for MacOS
80+ # uses: owenthereal/action-upterm@v1
81+ # with:
82+ # limit-access-to-actor: true
83+ # limit-access-to-users: chriski777
84+
7885 - name : Coverage
7986 # Only run coverage once
8087 if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments