ci: Fix a typo in client-build workflow (#17983)

Fix a typo in client-build workflow
This commit is contained in:
Satish Gandham 2022-11-01 12:51:18 +05:30 committed by GitHub
parent 42e790dc14
commit f560fcc4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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