ci: rename pr-test workflow_call input ref to git_ref

Rename workflow_call input to avoid confusion with checkout/dispatch ref. Only caller: release-branch-cut.yml.
This commit is contained in:
Lianmin Zheng
2026-03-19 23:45:06 -07:00
committed by GitHub
parent 46a76af97b
commit 0be88ac44c
2 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ jobs:
needs: cut-release-branch
uses: ./.github/workflows/pr-test.yml
with:
ref: ${{ needs.cut-release-branch.outputs.branch_name }}
git_ref: ${{ needs.cut-release-branch.outputs.branch_name }}
run_all_tests: true
secrets: inherit