Add action.yml

This commit is contained in:
Peter Evans 2019-10-02 19:20:07 +09:00
parent ef76e27efb
commit 6e9abd8a8d

9
action.yml Normal file
View file

@ -0,0 +1,9 @@
name: 'Create Pull Request'
author: 'Peter Evans'
description: 'Creates a pull request for changes to your repository in the actions workspace'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'git-pull-request'
color: 'gray-dark'