Add action.yml for Actions v2

This commit is contained in:
Peter Evans 2019-10-03 16:33:09 +09:00
parent 843595a14f
commit 7041d8f35d

9
action.yml Normal file
View 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'