dockerhub-description/action.yml
2020-09-23 15:58:54 +09:00

21 lines
615 B
YAML

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 `<namespace>/<name>`
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'