Skip to content

Commit

Permalink
Add inputs support for the php-src branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayesh committed Sep 24, 2024
1 parent 1fbaf6e commit 8e74e0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -8,6 +13,7 @@ runs:
with:
repository: php/php-src
path: .php-src
ref: ${{ inputs.branch }}

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit 8e74e0d

Please sign in to comment.