Skip to content

Commit

Permalink
Deploy formulae.brew.sh changes with Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Feb 13, 2019
1 parent b958b56 commit f6cf534
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/formulae.brew.sh.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
workflow "formulae.brew.sh generation" {
on = "push"
resolves = ["Filters for GitHub Actions"]
}

action "Master" {
uses = "actions/bin/filter@master"
args = "branch master"
}

action "Shell" {
needs = "Master"
uses = "actions/bin/sh@master"
args = ["git clone --depth=1 https://github.com/Homebrew/brew "$HOMEBREW_REPOSITORY""]
}

0 comments on commit f6cf534

Please sign in to comment.