Merge branch 'master' into multi-platform

This commit is contained in:
Peter Evans
2019-10-02 19:26:54 +09:00
4 changed files with 43 additions and 31 deletions

View File

@ -1,5 +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: 'node12'
main: 'index.js'
branding:
icon: 'git-pull-request'
color: 'gray-dark'