From 1105908b3a23a0c3c21a652d48c7bcd2bad97370 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 11:35:44 -0700 Subject: [PATCH] a --- action.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yaml b/action.yaml index 75de562..a4148bc 100644 --- a/action.yaml +++ b/action.yaml @@ -12,7 +12,4 @@ runs: using: "composite" steps: - run: $GITHUB_ACTION_PATH/action.sh - env: - NPM_REPO_KEY: ${{ github.events.inputs.npm_repo_key}} - NPM_REPO_URL: ${{ github.events.inputs.npm_repo_url}} shell: bash