diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 3f09aac2a7bf..416f023c4f11 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 "$data" > cleaned_data.txt shell: bash - name: Comment PR