From da1f1537f1d1b0f1661e5d61b45278c786567572 Mon Sep 17 00:00:00 2001 From: appleboy Date: Tue, 19 Mar 2024 20:56:07 +0800 Subject: [PATCH] chore: update Signed-off-by: appleboy --- .github/workflows/testing.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/testing.yml diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml new file mode 100644 index 0000000..717c638 --- /dev/null +++ b/.github/workflows/testing.yml @@ -0,0 +1,26 @@ +name: testing master +on: [push] + +env: + FOO: "BAR" + BAR: "FOO" + +jobs: + testing01: + name: default flag testing + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@v1 + + - name: try bash script + uses: appleboy/ssh-action@master + with: + host: 2402:1f00:8000:800::2628 + username: ubuntu + password: ${{ secrets.OVH_PASSWORD }} + protocol: tcp6 + port: 22 + command_timeout: 30s + script: | + whoami