From 4c482f9295f8f07d5b3d88dd27b0dc0f8e28d1e1 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 7 Feb 2021 20:17:53 -0500 Subject: [PATCH] Update action.yml --- action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/action.yml b/action.yml index ac4a44d..335f5c4 100644 --- a/action.yml +++ b/action.yml @@ -2,10 +2,6 @@ name: branch-names description: Retrieve giithub branch information without `/ref/*` prefix author: tj-actions inputs: - token: - description: 'GITHUB_TOKEN or a Repo scoped PAT' - required: true - default: ${{ github.token }} base_ref: description: 'The target branch of a pull request' default: ${{ github.base_ref }}