/.github/workflows/k8s-sql-correctness.yaml: fix typo in workflow

This commit is contained in:
coffeegoddd
2024-01-10 13:23:31 -08:00
parent 4de2aef9b8
commit 7b17aa88d4
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- name: Create SQL Correctness K8s Job
run: ./.github/scripts/sql-correctness/run-correctness.sh
env:
PR_NUMBER: $${{ github.event.client_payload.issue_number }}
PR_NUMBER: ${{ github.event.client_payload.issue_number }}
FROM_VERSION: ${{ github.event.client_payload.from_version }}
TO_VERSION: ${{ github.event.client_payload.to_version }}
MODE: ${{ github.event.client_payload.mode }}