更新 .gitea/workflows/流水线上下文详情.yml
Context testing / dump_contexts_to_log (push) Successful in 2s Details

This commit is contained in:
p79813206 2025-02-13 08:41:31 +08:00
parent dab6dd05b6
commit d37fdbcfcf
1 changed files with 0 additions and 12 deletions

View File

@ -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