From cb3c752d1f9a5c46a70f7f0bd04beec0fcdd1a31 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 17 Feb 2020 15:50:44 +0530 Subject: [PATCH] Remove update input, it is env --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index e9511e58..7de890b4 100644 --- a/action.yml +++ b/action.yml @@ -20,9 +20,6 @@ inputs: tools: description: 'Setup popular tools globally.' required: false - update: - description: 'Update PHP if already installed.' - required: false runs: using: 'node12' main: 'dist/index.js'