From d37fdbcfcfe090b58e2228492c2ffd1143d82bac Mon Sep 17 00:00:00 2001 From: p79813206 Date: Thu, 13 Feb 2025 08:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E7=BA=BF=E4=B8=8A=E4=B8=8B=E6=96=87=E8=AF=A6=E6=83=85?= =?UTF-8?q?.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/流水线上下文详情.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitea/workflows/流水线上下文详情.yml b/.gitea/workflows/流水线上下文详情.yml index c3a2a99..6d11dcf 100644 --- a/.gitea/workflows/流水线上下文详情.yml +++ b/.gitea/workflows/流水线上下文详情.yml @@ -54,15 +54,3 @@ jobs: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - job3: - runs-on: ubuntu-latest - steps: - - name: executing remote ssh commands using password - uses: appleboy/ssh-action@v1.0.3 - with: - host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - password: ${{ secrets.PASSWORD }} - port: ${{ secrets.PORT }} - script: whoami -