From 3eecc60dd0640d551f1b30d1f2636ee90da12c5d Mon Sep 17 00:00:00 2001 From: Smitha Borkar <12040799+smithaborkar@users.noreply.github.com> Date: Tue, 7 Jun 2022 11:44:53 -0700 Subject: [PATCH] Update action.yml --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index a37a7c2..6222c77 100644 --- a/action.yml +++ b/action.yml @@ -3,11 +3,6 @@ description: 'Get the base URL where the Github Page will be hosted' runs: using: 'node16' main: 'dist/index.js' -inputs: - token: - description: 'GitHub token' - default: ${{ github.token }} - required: true outputs: base_url: description: 'URL to deployed GitHub Pages'