您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
212B

  1. kind: pipeline
  2. name: deploy_test
  3. steps:
  4. - name: build
  5. image: ubuntu-latest
  6. commands:
  7. - echo "🖥️ The workflow is now ready t1o test your code1 on the runner."
  8. trigger:
  9. branch:
  10. - master