我正在尝试使用 GitHub 操作,但我很难开始它。
作为第一步,我在一个全新的存储库上复制了以下工作流程。 https://help.github.com/en/articles/creating-a-docker-container-action#example-using-a-private-action
但是我遇到解析错误
https://github.com/inforlife/action-test/blob/master/.github/main.workflow https://raw.githubusercontent.com/inforlife/action-test/master/.github/main.workflow?token=AA3RFK7OVCNLSMBMVHK6GB25SKZRQ
我在这里遗漏了什么吗?
.github/main.workflow
HCL 格式是 GitHub Actions 版本 1。此版本不再有效。 GitHub Actions 版本 2 在 .github/workflows/
下使用 yaml 格式工作流程。
尝试从这些入门工作流程开始 https://github.com/actions/starter-workflows