From 9e128f055c47e9c3f1ea58efc720d9849870e6df Mon Sep 17 00:00:00 2001 From: marocchino Date: Thu, 25 Feb 2021 16:45:36 +0900 Subject: [PATCH] oops --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1ffb03..7a8bbdf 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ with: ### `repo` -**Optional** 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. +**Optional** other repo name 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. ### `GITHUB_TOKEN` diff --git a/action.yml b/action.yml index f0ec15f..9d7f9b3 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: description: "pull request number for push event" required: false repo: - 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." + description: "other repo name 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"