From 27c7640127f02f595c80ff6074539d5fb28fc877 Mon Sep 17 00:00:00 2001 From: firelight flagboy Date: Wed, 14 Jun 2023 08:11:29 +0200 Subject: [PATCH] Remove quote around env var `GITHUB_TOKEN` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b463644..580a57e 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ inputs: description: "Specifies whether this release should be set as the latest release for the repository. Drafts and prereleases cannot be set as latest. Can be `true`, `false`, or `legacy`. Uses GitHub api default if not provided" required: false env: - "GITHUB_TOKEN": "As provided by Github Actions" + GITHUB_TOKEN: "As provided by Github Actions" outputs: url: description: "URL to the Release HTML Page"