diff --git a/.github/main.workflow b/.github/main.workflow index e5426be..1b4396f 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,6 +1,6 @@ workflow "Build on push" { on = "push" - resolves = ["GitHub Action for AWS"] + resolves = ["Docker build, tag, and push"] } action "Docker build, tag, and push" {