curl is missing

This commit is contained in:
Vanessa Sochat
2019-02-01 11:49:59 -05:00
parent b3aef27278
commit a5ea3d441c
2 changed files with 4 additions and 1 deletions

View File

@@ -16,6 +16,9 @@ workflow "Create Pull Request" {
action "Create New Pull Request" {
uses = "vsoch/pull-request-action@master"
secrets = [
"GITHUB_TOKEN"
]
env = {
BRANCH_PREFIX = "update/"
PULL_REQUEST_BRANCH = "master"