Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们当地的黑客空间有一个 Github Wiki,我们在其中记录了我们的组织。一些资产可以由 github 操作自动生成,但为了到达那里,我们需要一些东西来触发操作。有没有办法让 Github Action 在每次编辑 wiki 时运行?
可以在使用事件创建或更新 Wiki 页面时触发 GitHub 操作gollum。您可以在 GitHub 工作流 yaml 文件中添加以下内容:
gollum
on: gollum
有关Gollum 事件的 GitHub Actions 文档中的更多信息