[PHP-WEBMASTER] [web-downloads] main: Print inputs before review in winlibs workflow

[email protected] (Shivam Mathur)
Newsgroups php.webmaster
Message-ID <[email protected]>
Author: Shivam Mathur (shivammathur)
Date: 2025-11-19T11:16:43+05:30

Commit: https://github.com/php/web-downloads/commit/aec7f551874c42305212227fdef283ef93a7fde8
Raw diff: https://github.com/php/web-downloads/commit/aec7f551874c42305212227fdef283ef93a7fde8.diff

Print inputs before review in winlibs workflow

Changed paths:
  M  .github/workflows/winlibs.yml


Diff:

diff --git a/.github/workflows/winlibs.yml b/.github/workflows/winlibs.yml
index 8ead945..0cce0f2 100644
--- a/.github/workflows/winlibs.yml
+++ b/.github/workflows/winlibs.yml
@@ -26,6 +26,22 @@ on:
         description: 'Stability'
         required: true
 jobs:
+  print-inputs:
+    runs-on: ubuntu-latest
+    steps:
+      - name: job summary
+        run: |
+          echo "### inputs" >> $GITHUB_STEP_SUMMARY
+          echo "" >> $GITHUB_STEP_SUMMARY
+          echo "| Name | Value |" >> $GITHUB_STEP_SUMMARY
+          echo "| ---- | ----- |" >> $GITHUB_STEP_SUMMARY
+          echo "| library | ${{ inputs.library }} |" >> $GITHUB_STEP_SUMMARY
+          echo "| ref | ${{ inputs.ref }} |" >> $GITHUB_STEP_SUMMARY
+          echo "| type | ${{ inputs.type }} |" >> $GITHUB_STEP_SUMMARY
+          echo "| workflow_run_id | ${{ inputs.workflow_run_id }} |" >> $GITHUB_STEP_SUMMARY
+          echo "| php_versions | ${{ inputs.php_versions }} |" >> $GITHUB_STEP_SUMMARY
+          echo "| vs_version_targets | ${{ inputs.vs_version_targets }} |" >> $GITHUB_STEP_SUMMARY
+          echo "| stability | ${{ inputs.stability }} |" >> $GITHUB_STEP_SUMMARY
   test:
     runs-on: ubuntu-latest
     environment: downloads.php.net
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.