create-pull-request/action.yml
2019-09-25 09:14:38 +09:00

5 lines
165 B
YAML

name: 'Create Pull Request'
description: 'Creates a pull request for changes to your repository in the actions workspace'
runs:
using: 'node12'
main: 'index.js'