@@ -66,21 +66,21 @@ 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- # 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
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
7878
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
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
8484
8585 - name : Coverage
8686 # Only run coverage once
0 commit comments