2019-10-03 09:33:09 +02:00
|
|
|
name: 'Docker Hub Description'
|
|
|
|
author: 'Peter Evans'
|
|
|
|
description: 'An action to update a Docker Hub repository description from README.md'
|
2020-09-23 08:58:52 +02:00
|
|
|
inputs:
|
2020-09-25 04:13:16 +02:00
|
|
|
username:
|
2020-09-23 08:58:52 +02:00
|
|
|
description: Docker Hub username
|
|
|
|
required: true
|
2020-09-25 04:13:16 +02:00
|
|
|
password:
|
2022-07-21 07:26:40 +02:00
|
|
|
description: Docker Hub password or Personal Access Token with read/write/delete scope
|
2020-09-23 08:58:52 +02:00
|
|
|
required: true
|
2020-09-25 04:13:16 +02:00
|
|
|
repository:
|
2020-09-25 07:42:31 +02:00
|
|
|
description: >
|
|
|
|
Docker Hub repository in the format `<namespace>/<name>`
|
|
|
|
Default: `github.repository`
|
2020-09-25 08:22:36 +02:00
|
|
|
short-description:
|
2022-08-18 05:17:06 +02:00
|
|
|
description: Docker Hub repository short description
|
2020-09-23 08:58:52 +02:00
|
|
|
readme-filepath:
|
2020-09-25 07:42:31 +02:00
|
|
|
description: >
|
|
|
|
Path to the repository readme
|
|
|
|
Default: `./README.md`
|
2023-03-05 03:13:27 +01:00
|
|
|
enable-url-completion:
|
|
|
|
description: >
|
|
|
|
Enables completion of relative urls to absolute ones
|
|
|
|
Default: `false`
|
|
|
|
image-extensions:
|
|
|
|
description: >
|
|
|
|
Extensions of files that you be treated as images
|
|
|
|
Default: `bmp,gif,jpg,jpeg,png,svg,webp`
|
2019-10-03 09:33:09 +02:00
|
|
|
runs:
|
2022-03-22 07:22:47 +01:00
|
|
|
using: 'node16'
|
2020-09-23 08:58:52 +02:00
|
|
|
main: 'dist/index.js'
|
2019-10-03 09:33:09 +02:00
|
|
|
branding:
|
2020-06-30 03:47:16 +02:00
|
|
|
icon: 'upload'
|
2019-10-03 09:33:09 +02:00
|
|
|
color: 'blue'
|