/test

Primary LanguageJavaScriptApache License 2.0Apache-2.0

message

使用Server酱发送通知到微信上

参数

用法

workflow "New workflow" {
  on = "push"
  resolves = ["message"]
}

action "message" {
  uses = "ZjBlog/message@master"
  secrets = ["URL"]
  env = {
    MESSAGE = "小主部署完成"
  }
}