Skip to content

Commit 8e74e0d

Browse files
committed
Add inputs support for the php-src branch
1 parent 1fbaf6e commit 8e74e0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Compile and install PHP from source
22
description: Compile and install PHP from source
3+
inputs:
4+
branch:
5+
default: ''
6+
description: >
7+
php-src branch
38
runs:
49
using: composite
510
steps:
@@ -8,6 +13,7 @@ runs:
813
with:
914
repository: php/php-src
1015
path: .php-src
16+
ref: ${{ inputs.branch }}
1117

1218
- name: Install dependencies
1319
shell: bash

0 commit comments

Comments
 (0)