From 69d3a25098e066533adec27fd7e0d2e84c72991f Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 15 Apr 2021 20:08:03 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d728245..11da5e4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The GitHub action's only output is named `tags` and is a JSON formatted list. Se ## Recommended input parameters -- `githubToken`: The GitHub token, required so this action can fetch tags using the GitHub API. If this this parameter is not set then `defaultTag` (if set) or an empty list will be returned. +- `githubToken`: The GitHub token, required so this action can fetch tags using the GitHub API. If this parameter is not set then `defaultTag` (if set) or an empty list will be returned. ## Optional input parameters diff --git a/action.yml b/action.yml index 611522a..b4c3d07 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: githubToken: required: false description: |- - The GitHub token, required so this action can fetch tags using the GitHub API. If this this parameter is not set then `defaultTag` (if set) or an empty list will be returned. + The GitHub token, required so this action can fetch tags using the GitHub API. If this parameter is not set then `defaultTag` (if set) or an empty list will be returned. default: "" prefix: required: false