Skip to content

Commit

Permalink
Merge pull request #9 from andstor/develop
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
andstor authored Jul 9, 2019
2 parents 5885585 + 9d4d4de commit d42a052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL repository="https://github.com/andstor/copycat-action"
LABEL homepage="https://github.com/andstor/copycat-action"
LABEL "maintainer"="André Storhaug <[email protected]>"

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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Usage
```
action "Copycat" {
uses = "andstor/[email protected].0"
uses = "andstor/[email protected].1"
secrets = ["GH_PAT"]
env = {
DST_OWNER = "andstor"
Expand Down

0 comments on commit d42a052

Please sign in to comment.