This commit is contained in:
@@ -23,8 +23,10 @@ jobs:
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: whoami
|
||||
|
||||
script: |
|
||||
whoami
|
||||
ls -al
|
||||
|
||||
# 步骤1:输出事件信息
|
||||
- run: echo "🎉 该作业由 ${{ gitea.event_name }} 事件自动触发。"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user