notifyme:只需将一个松弛的通知程序转换为Github Action,即可直接从工作流中运行它

时间:2024-03-02 01:42:03
【文件属性】:

文件名称:notifyme:只需将一个松弛的通知程序转换为Github Action,即可直接从工作流中运行它

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-02 01:42:03

Go

发送松弛消息 超级简单的Github Action,可以向Slack发送消息。 用法: - name : send-slack-message uses : mrturkmencom/notifyme@v1 env : web_hook : ${{ secrets.HOOK }} message : " Hi, this is first message from my `send-slack-message` action :crossed_swords_selector: " web_hook :必须能够将给定消息发送到Slack。 您可以从Slack检索它,更多信息可以在这里找到: : 消息:基本上是要发送的消息。


【文件预览】:
notifyme-master
----Dockerfile(273B)
----.gitignore(16B)
----README.md(725B)
----notifier.go(1KB)
----.github()
--------workflows()
----.dockerignore(28B)
----go.mod(49B)
----action.yml(193B)

网友评论