File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6767 # ONLY UNCOMMENT SECTION BELOW FOR DEBUGGING PURPOSES: allows one to ssh into host machine.
6868 # Follow instructions in https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
6969 # to add your ssh keys.
70- # - name: Job failed. Activating debugging mode via up-term.
71- # if: ${{ failure() }}
70+ - name : Job failed. Activating debugging mode via up-term.
71+ if : ${{ failure() }}
7272 # # As of Dec. 2024, The following action does NOT work for MACOS (https://github.com/lhotari/action-upterm/issues/24)
7373 # # uses: lhotari/action-upterm@v1
7474 # # with:
@@ -78,10 +78,10 @@ jobs:
7878 # # limit-access-to-users: chriski777 #, carsen-stringera
7979
8080 # # As of Dec. 2024, use the following for debugging the GitHub Action runners for MacOS
81- # uses: owenthereal/action-upterm@v1
82- # with:
83- # limit-access-to-actor: true
84- # limit-access-to-users: chriski777
81+ uses : owenthereal/action-upterm@v1
82+ with :
83+ limit-access-to-actor : true
84+ limit-access-to-users : chriski777
8585
8686 - name : Coverage
8787 # Only run coverage once
You can’t perform that action at this time.
0 commit comments