Skip to content

Commit f0913e1

Browse files
committed
build: capturing new migrations.
1 parent 1787a61 commit f0913e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/capture_new_migrations.yml

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ jobs:
196196
diff=$((number1 - number2))
197197
data=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select app, name from django_migrations ORDER by -id limit $diff;" edxapp;)
198198
formatted_data=$(echo "$data" | tr '\t' ' ')
199+
echo "echo ${{ formatted_data }}"
199200
echo "CUSTOM_MESSAGE=$formatted_data" >> $GITHUB_ENV
200201
shell: bash
201202

0 commit comments

Comments
 (0)