mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-09 06:14:10 +07:00
init
This commit is contained in:
9
action.yml
Normal file
9
action.yml
Normal file
@ -0,0 +1,9 @@
|
||||
name: 'Setup PHP environment'
|
||||
description: 'Setup a PHP environment with composer and add it to the PATH'
|
||||
author: 'shivammathur'
|
||||
inputs:
|
||||
php-version:
|
||||
description: 'PHP version to install.'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/install.js'
|
Reference in New Issue
Block a user