Skip to content

Commit

Permalink
fix: is-not-branch-deleted action (#54) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored May 26, 2019
1 parent 4fb70ed commit 1e00195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ action "branch-filter" {

action "is-not-branch-deleted" {
uses = "actions/bin/filter@master"
args = "not deleted_branch"
args = "not deleted"
}

action "pipenv-sync" {
Expand Down

0 comments on commit 1e00195

Please sign in to comment.