chore(debug): add visible caller variable preflight logs
All checks were successful
Project CI-testing / preflight_debug (push) Successful in 4s
Project CI-testing / ci (push) Successful in 8s

Add preflight debug job to print RUN_* variable values before reusable workflow call.

Made-with: Cursor
This commit is contained in:
WDI-Ideas
2026-04-08 17:27:09 +05:30
parent dddc077a10
commit 9e589de95a

View File

@@ -6,7 +6,19 @@ on:
pull_request:
jobs:
preflight_debug:
runs-on: ubuntu-latest
steps:
#region agent log
- name: Print caller variable resolution
run: |
echo "DBG_CALLER_RUN_BUILD='${{ vars.RUN_BUILD }}'"
echo "DBG_CALLER_RUN_QUALITY='${{ vars.RUN_QUALITY }}'"
echo "DBG_CALLER_RUN_DEPLOY='${{ vars.RUN_DEPLOY }}'"
#endregion
ci:
needs: [preflight_debug]
# Pin SHA (bump when wdipl-actions ci.yml changes). Propagates ci_steps via build workflow outputs.
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@91dccaa32a528dca5331faa34fcc09cc64fec0a8