fixing syntax

This commit is contained in:
Jeff Billimek 2019-05-27 20:58:42 -04:00 committed by GitHub
parent 849fcbc703
commit 91737bd9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ action "branch cleanup" {
action "Filter: not master branch" {
uses = "actions/bin/filter@master"
args = "not master branch"
args = "not branch master"
secrets = ["GITHUB_TOKEN"]
}