mirror of
https://github.com/deployphp/action.git
synced 2025-07-19 05:45:16 +00:00
Add custom branch option
This commit is contained in:
parent
f60b28c08a
commit
e1198c3769
3 changed files with 19 additions and 7 deletions
|
@ -7,7 +7,7 @@ inputs:
|
|||
dep:
|
||||
required: true
|
||||
description: The command.
|
||||
|
||||
|
||||
php-binary:
|
||||
required: false
|
||||
default: ''
|
||||
|
@ -68,6 +68,11 @@ inputs:
|
|||
default: '-v'
|
||||
description: Verbosity level Can be -v, -vv or -vvv.
|
||||
|
||||
branch:
|
||||
required: false
|
||||
default: ''
|
||||
description: The branch to deploy.
|
||||
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue