From f560fcc4f8550530706af06f148fc116cf3235fb Mon Sep 17 00:00:00 2001 From: Satish Gandham Date: Tue, 1 Nov 2022 12:51:18 +0530 Subject: [PATCH] ci: Fix a typo in client-build workflow (#17983) Fix a typo in client-build workflow --- .github/workflows/client-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 8f9d3c74da..380fe68ccb 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -64,7 +64,7 @@ jobs: PGPASSWORD='${{secrets.APPSMITH_PERFORMANCE_DB_PASSWORD}}' psql -h '${{secrets.APPSMITH_PERFORMANCE_DB_HOST}}' \ -U aforce_admin -d perf-infra -c \ "INSERT INTO public.run_meta (repo, gh_run_id, gh_run_attempt, is_active) - VALUES ('${{github.repository}}',${{github.run_id}}', '${{github.run_attempt}}', FALSE)" + VALUES ('${{github.repository}}', '${{github.run_id}}', '${{github.run_attempt}}', FALSE)" - name: Figure out the PR number