chore: update name
Some checks failed
Test Action / Test nginx (pull_request) Failing after 7s
Test Action / Test Without Dependencies (pull_request) Successful in 8s
Test Action / Test Node (pull_request) Successful in 18s
Test Action / Test Build Command (pull_request) Successful in 24s
Test Action / Test Custom Server Path (pull_request) Successful in 30s
Test Action / Test All Components (pull_request) Failing after 1m25s
Test Action / Test PHP (pull_request) Failing after 1m30s
Some checks failed
Test Action / Test nginx (pull_request) Failing after 7s
Test Action / Test Without Dependencies (pull_request) Successful in 8s
Test Action / Test Node (pull_request) Successful in 18s
Test Action / Test Build Command (pull_request) Successful in 24s
Test Action / Test Custom Server Path (pull_request) Successful in 30s
Test Action / Test All Components (pull_request) Failing after 1m25s
Test Action / Test PHP (pull_request) Failing after 1m30s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: 'Server Install Action'
|
||||
name: 'Nodarx Server Install Action'
|
||||
description: 'Clone Nodarx server repository and install Node.js, PHP, and/or nginx based on test requirements'
|
||||
author: 'Nodarx'
|
||||
|
||||
@@ -30,7 +30,7 @@ inputs:
|
||||
node-version:
|
||||
description: 'Node.js version to use (if install-node is true)'
|
||||
required: false
|
||||
default: '20'
|
||||
default: '24'
|
||||
package-manager:
|
||||
description: 'Package manager for Node.js (npm, yarn, pnpm)'
|
||||
required: false
|
||||
@@ -38,7 +38,7 @@ inputs:
|
||||
php-version:
|
||||
description: 'PHP version to use (if install-php is true)'
|
||||
required: false
|
||||
default: '8.2'
|
||||
default: '8.5'
|
||||
php-extensions:
|
||||
description: 'Comma-separated list of PHP extensions to install'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user