From 9c2dfc50f40be81d120e758f8252d4b68fbb1524 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 31 Oct 2023 17:05:35 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index ca3e9adc1626..0366ac316645 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -124,7 +124,7 @@ jobs: shell: bash run: | query_result1=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select 1;" edxapp;) - echo "query_result=query_result1" >> $GITHUB_ENV + echo "query_result=${query_result1}" >> $GITHUB_ENV - name: Step 1 run: |