trigger test

This commit is contained in:
Michael Shick 2019-11-25 16:47:56 -05:00
parent 526bb87116
commit f1386bdbd2
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
15 changed files with 11219 additions and 537 deletions

View file

@ -1,7 +1,7 @@
name: "Add PR Comment"
description: "Add a comment to a PR"
inputs:
msg:
message:
description: "the message to print"
required: true
repo-token:
@ -13,4 +13,4 @@ inputs:
default: false
runs:
using: "node12"
main: "index.js"
main: "dist/index.js"