Skip to content

Commit 2eb0030

Browse files
author
Greg Bowler
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
2 parents 7b02f85 + cd8037e commit 2eb0030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
command:
55
description: 'Composer command to run'
66
required: true
7-
default: 'install --no-progress'
7+
default: install
88
outputs:
99
time:
1010
description: 'The time the action was run'
@@ -13,6 +13,7 @@ runs:
1313
image: 'Dockerfile'
1414
args:
1515
- ${{ inputs.command }}
16+
- --no-progress
1617
branding:
1718
icon: 'package'
1819
color: 'purple'

0 commit comments

Comments
 (0)