Merge pull request #16 from vsoch/add/action.yml

adding action.yml to test
This commit is contained in:
Vanessasaurus
2020-02-05 10:08:38 -07:00
committed by GitHub

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'