We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef76e27 commit 6e9abd8Copy full SHA for 6e9abd8
action.yml
@@ -0,0 +1,9 @@
1
+name: 'Create Pull Request'
2
+author: 'Peter Evans'
3
+description: 'Creates a pull request for changes to your repository in the actions workspace'
4
+runs:
5
+ using: 'docker'
6
+ image: 'Dockerfile'
7
+branding:
8
+ icon: 'git-pull-request'
9
+ color: 'gray-dark'
0 commit comments