Added option clean_node_folder for #108

This commit is contained in:
2023-01-23 12:56:23 +01:00
parent 2e9c875edd
commit 2826053f0c
3 changed files with 14 additions and 5 deletions

View File

@@ -54,6 +54,10 @@ inputs:
description: GitHub Token or PAT token used to authenticate against a repository
required: false
default: ${{ github.token }}
clean_node_folder:
description: Remove the node_modules folder before committing changes
required: false
default: true
runs:
using: "composite"
@@ -76,6 +80,7 @@ runs:
INPUT_PRETTIER_PLUGINS: ${{ inputs.prettier_plugins }}
INPUT_WORKING_DIRECTORY: ${{ inputs.working_directory }}
INPUT_GITHUB_TOKEN: ${{ inputs.github_token }}
INPUT_CLEAN_NODE_FOLDER: ${{ inputs.clean_node_folder }}
branding:
icon: "award"