Update README

This commit is contained in:
Peter Evans 2019-06-26 20:41:46 +09:00
parent 2cdc04310b
commit 7f8bdc5174

View file

@ -47,7 +47,7 @@ workflow "Update Docker Hub Description" {
}
action "Filter master branch" {
uses = "actions/bin/filter@v1.0.0"
uses = "actions/bin/filter@master"
args = "branch master"
}