diff --git a/action.yml b/action.yml index 824c8d1..c3bf2e9 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: command: description: 'Composer command to run' required: true - default: install + default: install --no-interaction outputs: time: description: 'The time the action was run'