Add multi platform action source

This commit is contained in:
Peter Evans
2019-09-25 09:14:38 +09:00
parent 39529236f7
commit 8023b7d225
4 changed files with 70 additions and 0 deletions

5
action.yml Normal file
View File

@ -0,0 +1,5 @@
name: 'Create Pull Request'
description: 'Creates a pull request for changes to your repository in the actions workspace'
runs:
using: 'node12'
main: 'index.js'