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