From 91737bd9fdfe6f32f87dd1f0fa5f2c828800b5a9 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Mon, 27 May 2019 20:58:42 -0400 Subject: [PATCH] fixing syntax --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index b883fedd..166bd922 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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"] }