Skip to content

Commit

Permalink
fix(composer-install): improve default flags
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Dec 8, 2021
1 parent d6ebeec commit 52b7218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ inputs:

flags:
description: 'Flags to use when installing composer dependencies.'
default: '--no-interaction --no-progress'
required: false

runs:
Expand Down Expand Up @@ -43,4 +42,4 @@ runs:
- name: 'Install composer dependencies'
shell: bash
run: |
composer install ${{ inputs.flags }}
composer install --no-interaction --no-progress ${{ inputs.flags }}

0 comments on commit 52b7218

Please sign in to comment.