From 1092a4a41be0ee962975771c6f08a118f6a93220 Mon Sep 17 00:00:00 2001 From: marocchino Date: Thu, 25 Feb 2021 14:48:55 +0900 Subject: [PATCH] Add repo input --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index f62f7f5..6abeeeb 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,9 @@ inputs: delete: 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." + required: false GITHUB_TOKEN: description: "set secrets.GITHUB_TOKEN here" required: true