diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..4c44d92 --- /dev/null +++ b/action.yml @@ -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'