upd .drone.yml
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-12-31 01:31:48 +00:00
parent dd2ccbc52f
commit fec3f2c10a

View File

@@ -18,10 +18,10 @@ steps:
- echo ===================================
- echo 这是自动运行的流水线
- echo 自动运行
- echo commit : {{ .input.message }}
- echo 仓库名称 : {{ .input.source_repo }}
- echo 提交人用户名 : {{ .input.author_login }}
- echo 提交人姓名 : {{ .input.author_name }}
- echo 触发人姓名 : {{ .input.sender }}
- echo 仓库名称 : {{ .repo.name }}
- commit : {{ .input.message }}
- 仓库名称 : {{ .input.source_repo }}
- 提交人用户名 : {{ .input.author_login }}
- 提交人姓名 : {{ .input.author_name }}
- 触发人姓名 : {{ .input.sender }}
- 仓库名称 : {{ .repo.name }}
- echo ===================================