mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
trigger test
This commit is contained in:
parent
526bb87116
commit
f1386bdbd2
15 changed files with 11219 additions and 537 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue