/.github/{scripts,workflows}: add branch ref

This commit is contained in:
coffeegoddd
2024-01-12 12:08:52 -08:00
parent 6b5abada0a
commit 31dcb3b845
5 changed files with 13 additions and 5 deletions
@@ -39,6 +39,7 @@ jobs:
- name: Create SQL Correctness K8s Job
run: ./.github/scripts/sql-correctness/run-correctness.sh
env:
PR_BRANCH_REF: $${{ github.event.client_payload.branch_ref }}
REGRESS_COMP: ${{ github.event.client_payload.regress_comp }}
PR_NUMBER: ${{ github.event.client_payload.issue_number }}
VERSION: ${{ github.event.client_payload.version }}