Fix condition to check if extension is enabled

This commit is contained in:
Shivam Mathur
2019-09-24 18:55:45 +05:30
parent e63fd8e122
commit 83cc9a4bcf
292 changed files with 44 additions and 56059 deletions

View File

@ -1,6 +1,6 @@
{
"name": "setup-php",
"version": "1.3.3",
"version": "1.3.4",
"private": false,
"description": "Setup php action",
"main": "lib/setup-php.js",
@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/tool-cache": "^1.0.0",
"@actions/tool-cache": "^1.0.0",
"fs": "0.0.1-security",
"typed-rest-client": "^1.5.0"
},