From 50344f48834f2b63651b56ed6632dae3fbc060e3 Mon Sep 17 00:00:00 2001 From: Sven Luijten <11269635+svenluijten@users.noreply.github.com> Date: Sat, 14 Dec 2019 14:53:04 +0100 Subject: [PATCH] Fix typo in available options `extension` should actually be `extensions`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f9b10a..ca7ff3b3 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ with: Inputs supported by this GitHub Action. - php-version `required` -- extension `optional` +- extensions `optional` - ini-values `optional` - coverage `optional` - pecl `optional`