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