Merge pull request #7293 from dolthub/db/fix-workflow

[no-release-notes] /.github/workflows/k8s-sql-correctness.yaml: fix typo in workflow
This commit is contained in:
Dustin Brown
2024-01-10 13:43:29 -08:00
committed by GitHub

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 }}