diff --git a/README.md b/README.md index 0108df2..734cd45 100644 --- a/README.md +++ b/README.md @@ -60,5 +60,4 @@ See test repository and latest status [here](https://github.com/modernweb-dev/ch # Author -[Julien Lengrand-Lambert](https://twitter.com/jlengrand) - +[Modern Web](https://modern-web.dev) \ No newline at end of file diff --git a/action.yml b/action.yml index 13fe4c6..a4f1f25 100644 --- a/action.yml +++ b/action.yml @@ -1,13 +1,14 @@ name: 'Check HTML Links action' description: 'A simple way to check for dead links in the documentation of your repository' +author: 'Modern Web (https://modern-web.dev)' +branding: + icon: 'bookmark' + color: 'blue' inputs: doc-folder: description: 'location of the documentation folder' required: false default: 'dist' -# outputs: - # result: - # description: 'complete console output' runs: using: 'docker' image: 'Dockerfile'