From 40bec3ff13ea8319a45f697a1120be68aa9d5a97 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 31 Oct 2023 17:12:13 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 0366ac316645..c599c6113a1d 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -119,6 +119,11 @@ jobs: # echo "Running the CMS migrations." # ./manage.py cms migrate + - id: step1 + run: echo "stepOutput=value" >> "$GITHUB_OUTPUT" + - id: step2 + run: echo "${{ steps.step1.stepOutput }}" + - name: Verify executed migrations on master. id: capture1 shell: bash