更新 .gitea/workflows/流水线上下文详情.yml
Context testing / dump_contexts_to_log (push) Successful in 2s
Details
Context testing / dump_contexts_to_log (push) Successful in 2s
Details
This commit is contained in:
parent
dab6dd05b6
commit
d37fdbcfcf
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue