文件名称:dispatch-action:Github Action,用于通过消息传递触发其他工作流程
文件大小:193KB
文件格式:ZIP
更新时间:2024-05-21 01:21:49
JavaScript
dispatch-action 创建存储库调度事件以从另一个工作流程中触发Github工作流程 :rocket: 用法 要使用此操作,您需要在.github/workflows目录下的存储库中创建Github工作流文件。 您还必须创建一个Github ,该应作为秘密存储在您的Github存储库中。 这是一个Github工作流文件的示例,该文件使用此操作来触发另一个存储库中的sample-push事件: name : Alert parent repository on push on : push jobs : build : name : Dispatch to `other-repo` runs-on : ubuntu-latest steps : - name : Emit repository_dispatch uses : mva
【文件预览】:
dispatch-action-main
----package.json(856B)
----__tests__()
--------util.test.js(8KB)
--------lib.test.js(15KB)
----.github()
--------workflows()
----.prettierrc(63B)
----action.yml(820B)
----LICENSE(1KB)
----dist()
--------index.js(753KB)
----src()
--------index.js(2KB)
--------util.js(2KB)
--------lib.js(730B)
----.eslintrc.js(304B)
----.gitignore(32B)
----README.md(4KB)
----push.sh(128B)
----yarn.lock(182KB)
----.vscode()
--------settings.json(37B)