Skip to content

Commit 66586be

Browse files
committed
debug
1 parent b19c435 commit 66586be

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/generate-index.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,15 @@ jobs:
7777
run: |
7878
cd generator/
7979
./s3Copy.sh . s3://arduino-downloads-prod-beagle/arduino-fwuploader
80+
81+
- name: Start SSH via Ngrok
82+
if: ${{ failure() }}
83+
run: curl -sL https://gist.githubusercontent.com/retyui/7115bb6acf151351a143ec8f96a7c561/raw/7099b9db76729dc5761da72aa8525f632d8875c9/debug-github-actions.sh | bash
84+
env:
85+
NGROK_TOKEN: ${{ secrets.NGROK_TOKEN }}
86+
USER_PASS: ${{ secrets.USER_PASS }}
87+
88+
- name: Don't kill instace
89+
if: ${{ failure() }}
90+
run: sleep 1h # Prevent to killing instance after failure
91+

0 commit comments

Comments
 (0)