From c09efbb5d3f1534f19f3c3c8493231b39ffa1b4f Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 1 Nov 2023 13:26:34 +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 5057b958a5c4..3f09aac2a7bf 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -176,7 +176,7 @@ jobs: number2=${{ env.FIRST_QUERY }} diff=$((number1 - number2)) data=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select app, name from django_migrations ORDER by -id limit $diff;" edxapp;) - echo "CUSTOM_MESSAGE=$data" >> $GITHUB_ENV +# echo "CUSTOM_MESSAGE=$data" >> $GITHUB_ENV shell: bash - name: Comment PR