Skip to content

Commit

Permalink
Add action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Oct 2, 2019
1 parent ef76e27 commit 6e9abd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 6e9abd8

Please sign in to comment.