From 8e74e0d038cccad65ad236bf61511916fac82f21 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Tue, 24 Sep 2024 23:25:42 +0700 Subject: [PATCH] Add inputs support for the php-src branch --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yml b/action.yml index 7761718..da462f8 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,10 @@ name: Compile and install PHP from source description: Compile and install PHP from source +inputs: + branch: + default: '' + description: > + php-src branch runs: using: composite steps: @@ -8,6 +13,7 @@ runs: with: repository: php/php-src path: .php-src + ref: ${{ inputs.branch }} - name: Install dependencies shell: bash