homebrew-core/.github/main.workflow
2019-02-15 15:38:06 +00:00

10 lines
217 B
HCL

workflow "Push" {
on = "push"
resolves = ["Generate formulae.brew.sh"]
}
action "Generate formulae.brew.sh" {
uses = "docker://linuxbrew/brew"
runs = ".github/main.workflow.sh"
secrets = ["GITHUB_TOKEN"]
}