From 9d620defb4fa012cd3174331e5986915c939fff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 19:52:55 +0000 Subject: [PATCH] build file --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index a805f6d..dc88170 100644 --- a/dist/index.js +++ b/dist/index.js @@ -149,7 +149,6 @@ let getInput = () => ({ owner: core.getInput('owner', { required: false }), repo: core.getInput('repo', { required: false }), branch: core.getInput('branch', { required: false }), - token: core.getInput('token', { required: false }), }); let handleOutput = (output = {}) => { Object.keys(output).forEach((key) => core.setOutput(key, output[key]));