create-pull-request/action.yml

6 lines
165 B
YAML
Raw Permalink Normal View History

2019-09-25 02:14:38 +02:00
name: 'Create Pull Request'
description: 'Creates a pull request for changes to your repository in the actions workspace'
runs:
using: 'node12'
main: 'index.js'