Add action.yml for Actions v2
This commit is contained in:
9
action.yml
Normal file
9
action.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: 'Docker Hub Description'
|
||||||
|
author: 'Peter Evans'
|
||||||
|
description: 'An action to update a Docker Hub repository description from README.md'
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'docker://peterevans/dockerhub-description:2.1.0'
|
||||||
|
branding:
|
||||||
|
icon: 'upload'
|
||||||
|
color: 'blue'
|
||||||
Reference in New Issue
Block a user