adding action.yml to test

Signed-off-by: vsoch <vsochat@stanford.edu>
This commit is contained in:
vsoch
2020-02-05 10:00:44 -07:00
parent b94f438ea0
commit d7dede2212

9
action.yml Normal file
View File

@@ -0,0 +1,9 @@
name: 'Pull Request Action'
description: 'A GitHub action to open a pull request'
author: 'vsoch'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'activity'
color: 'yellow'