We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://fengluo2.github.io/2023/05/11/zi-dong-hua-gou-jian/
在项目创建.github/workflows文件夹创建main.yml文件,名字随意文件要包含几个主要信息 123456// 如不设置,这个流程名为文件名name:// 这个流程的主要信息,监听事件 on:// 包含的任务,并且任务之间可以有依赖关系 jobs: 任务和任务之间是并发的 123456// 任务的名字,也可以用name设置job: // 任务的执行环境 runs-on:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://fengluo2.github.io/2023/05/11/zi-dong-hua-gou-jian/
在项目创建.github/workflows文件夹创建main.yml文件,名字随意文件要包含几个主要信息 123456// 如不设置,这个流程名为文件名name:// 这个流程的主要信息,监听事件 on:// 包含的任务,并且任务之间可以有依赖关系 jobs: 任务和任务之间是并发的 123456// 任务的名字,也可以用name设置job: // 任务的执行环境 runs-on:
The text was updated successfully, but these errors were encountered: