diff --git a/Dockerfile b/Dockerfile index c7b1cc8..4347a7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL repository="https://github.com/andstor/copycat-action" LABEL homepage="https://github.com/andstor/copycat-action" LABEL "maintainer"="André Storhaug " -LABEL "com.github.actions.name"="Copycat" +LABEL "com.github.actions.name"="Copycat Action" LABEL "com.github.actions.description"="Copy files to other repositories" LABEL "com.github.actions.icon"="copy" LABEL "com.github.actions.color"="red" diff --git a/README.md b/README.md index 0a0ba8d..87393d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Usage ``` action "Copycat" { - uses = "andstor/copycat-action@v1.0.0" + uses = "andstor/copycat-action@v1.0.1" secrets = ["GH_PAT"] env = { DST_OWNER = "andstor"