Skip to content

Commit 84abdc3

Browse files
authored
Make default install non-interactive
Composer should not ask interactive questions in the non-interactive session of GitHub Actions. With the `--no-interaction` flag `composer install` would either proceed with recommended approach or issue a warning instead of hanging the build waiting for input.
1 parent be4d170 commit 84abdc3

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)