docs: add repository input default

This commit is contained in:
Peter Evans
2020-09-25 14:42:31 +09:00
parent 68960cdd4c
commit 9db4dd4244
2 changed files with 9 additions and 6 deletions

View File

@@ -9,10 +9,13 @@ inputs:
description: Docker Hub password
required: true
repository:
description: Docker Hub repository in the format `<namespace>/<name>`
required: true
description: >
Docker Hub repository in the format `<namespace>/<name>`
Default: `github.repository`
readme-filepath:
description: Path to the repository readme. Defaults to `./README.md`.
description: >
Path to the repository readme
Default: `./README.md`
runs:
using: 'node12'
main: 'dist/index.js'