[PHP-WEBMASTER] [web-downloads] main: Update input type in winlibs workflow
[email protected] (Shivam Mathur)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Author: Shivam Mathur (shivammathur)
Date: 2025-11-20T10:30:02+05:30
Commit: https://github.com/php/web-downloads/commit/730d0b19ada95bf595d5845df7335e1fd7edf70f
Raw diff: https://github.com/php/web-downloads/commit/730d0b19ada95bf595d5845df7335e1fd7edf70f.diff
Update input type in winlibs workflow
Changed paths:
M .github/workflows/winlibs.yml
Diff:
diff --git a/.github/workflows/winlibs.yml b/.github/workflows/winlibs.yml
index 0cce0f2..e850dd8 100644
--- a/.github/workflows/winlibs.yml
+++ b/.github/workflows/winlibs.yml
@@ -11,8 +11,11 @@ on:
required: true
type:
description: 'Library Type (php or pecl)'
+ type: choice
required: true
- default: 'php'
+ options:
+ - php
+ - pecl
workflow_run_id:
description: 'Workflow Run ID'
required: true