mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 03:59:34 +01:00
Update required property in env comments
This commit is contained in:
parent
852d8b4b1f
commit
9313daeb2f
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@ description: 'An action to update a Docker Hub repository description from READM
|
|||
# env:
|
||||
# DOCKERHUB_USERNAME:
|
||||
# description: Username to login to Docker Hub. Aliases: DOCKER_USERNAME
|
||||
# required: false
|
||||
# required: true
|
||||
# DOCKERHUB_PASSWORD:
|
||||
# description: Password to login to Docker Hub. Aliases: DOCKER_PASSWORD
|
||||
# required: false
|
||||
# required: true
|
||||
# DOCKERHUB_REPOSITORY:
|
||||
# description: Explicit Docker Hub repository name. Aliases: DOCKER_REPOSITORY, GITHUB_REPOSITORY
|
||||
# required: false
|
||||
# required: true
|
||||
# README_FILEPATH:
|
||||
# description: Path to the repository readme.
|
||||
# default: ./README.md
|
||||
|
|
Loading…
Reference in a new issue