update setup

This commit is contained in:
marocchino 2021-02-25 16:20:33 +09:00
parent 7c6d2acc57
commit 6b16c03623
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
8 changed files with 1733 additions and 74 deletions

View file

@ -24,11 +24,11 @@ inputs:
description: "delete the previously created comment"
required: false
repo:
description: "Limited use on github enterprise. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's. If not set, the current repo is used by default."
description: "other repo url limited use on github enterprise. If not set, the current repo is used by default. Note that When you trying changing a repo, be aware that GITHUB_TOKEN should also use that repo's."
required: false
GITHUB_TOKEN:
description: "set secrets.GITHUB_TOKEN here"
required: true
runs:
using: "node12"
main: "lib/main.js"
main: "dist/index.js"