From a1eca1df7e5e3b666aeec20736d7175bfbc17629 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 31 Oct 2023 17:48: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 d501f1d627b1..97fd2942f01e 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -122,7 +122,7 @@ jobs: - name: "Setup env vars" id: envvars run: | - echo "TEST_VAR=$TEST_VAR" >> $GITHUB_OUTPUT + echo "TEST_VAR='aaaa'" >> $GITHUB_OUTPUT echo "SERVICE_NAME=$SERVICE_NAME" >> $GITHUB_OUTPUT env: TEST_VAR: "test variable value"