Skip to content

👷 调整测试 #2

👷 调整测试

👷 调整测试 #2

Workflow file for this run

name: Build Test
on:
jobs:
test_ssh:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Run SSH command
run: ssh -T [email protected]