00 工作流 2024-04-24 / { Git版本控制仓库 } { Github-Actions } 工作流 github-actions的工作流是,制定一系列工作顺序执行,每个工作的步骤之间顺序执行。 Read On »
01 启用Action&语法 2024-04-24 / { Git版本控制仓库 } { Github-Actions } 启用Action Github-Actions的启动依赖于本仓库下的特定文件:.github/workflows/xxx.yml Read On »
02 运行环境说明 2024-04-24 / { Git版本控制仓库 } { Github-Actions } 运行环境说明 github actions可以设置自动化的运行环境。 Read On »
03 Actions市场 2024-04-24 / { Git版本控制仓库 } { Github-Actions } Actions市场 github提供了actions市场,提供给使用者封装好的一系列actions:GitHub Marketplace · Actions to improve your workflow。 Read On »