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