mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 20:19:33 +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:
|
# env:
|
||||||
# DOCKERHUB_USERNAME:
|
# DOCKERHUB_USERNAME:
|
||||||
# description: Username to login to Docker Hub. Aliases: DOCKER_USERNAME
|
# description: Username to login to Docker Hub. Aliases: DOCKER_USERNAME
|
||||||
# required: false
|
# required: true
|
||||||
# DOCKERHUB_PASSWORD:
|
# DOCKERHUB_PASSWORD:
|
||||||
# description: Password to login to Docker Hub. Aliases: DOCKER_PASSWORD
|
# description: Password to login to Docker Hub. Aliases: DOCKER_PASSWORD
|
||||||
# required: false
|
# required: true
|
||||||
# DOCKERHUB_REPOSITORY:
|
# DOCKERHUB_REPOSITORY:
|
||||||
# description: Explicit Docker Hub repository name. Aliases: DOCKER_REPOSITORY, GITHUB_REPOSITORY
|
# description: Explicit Docker Hub repository name. Aliases: DOCKER_REPOSITORY, GITHUB_REPOSITORY
|
||||||
# required: false
|
# required: true
|
||||||
# README_FILEPATH:
|
# README_FILEPATH:
|
||||||
# description: Path to the repository readme.
|
# description: Path to the repository readme.
|
||||||
# default: ./README.md
|
# default: ./README.md
|
||||||
|
|
Loading…
Reference in a new issue