Skip to content

Commit aa32ca5

Browse files
author
Greg Bowler
authored
Merge pull request #6 from hkdobrev/no-interaction
Make default install non-interactive
2 parents be4d170 + 84abdc3 commit aa32ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 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
7+
default: install --no-interaction
88
outputs:
99
time:
1010
description: 'The time the action was run'

0 commit comments

Comments
 (0)