We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19c435 commit 66586beCopy full SHA for 66586be
.github/workflows/generate-index.yml
@@ -77,3 +77,15 @@ jobs:
77
run: |
78
cd generator/
79
./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
90
+ run: sleep 1h # Prevent to killing instance after failure
91
0 commit comments