name: 'Docker Hub Description' author: 'Peter Evans' description: 'An action to update a Docker Hub repository description from README.md' inputs: dockerhub-username: description: Docker Hub username required: true dockerhub-password: description: Docker Hub password required: true dockerhub-repository: description: Docker Hub repository to update in the format `/` required: true readme-filepath: description: Path to the repository readme. Defaults to `./README.md`. runs: using: 'node12' main: 'dist/index.js' branding: icon: 'upload' color: 'blue'