Skip to content

Commit

Permalink
Fix: Args same line
Browse files Browse the repository at this point in the history
  • Loading branch information
edelciomolina committed Dec 6, 2023
1 parent 94f5eae commit 077e402
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@ runs:
shell: bash
run: |
echo "RUNNING MINIFIER 💠 $(pwd)";
node "bundler-minifier-action/index.js" \
--bundle-config-folder "${{ inputs.bundle_config_folder }}" \
--create-bundle-config "${{ inputs.create_bundle_config }}" \
--search-extensions "${{ inputs.search_extensions }}" \
--delete-input-files "${{ inputs.delete_input_files }}";
node "bundler-minifier-action/index.js" --bundle-config-folder "${{ inputs.bundle_config_folder }}" --create-bundle-config "${{ inputs.create_bundle_config }}" --search-extensions "${{ inputs.search_extensions }}" --delete-input-files "${{ inputs.delete_input_files }}";

0 comments on commit 077e402

Please sign in to comment.