wording adjustment

This commit is contained in:
CocoByte 2024-07-31 22:33:37 -06:00
parent 4be90f7690
commit ffe2ddebb4
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -5,11 +5,11 @@
# cf run-task getgov-ENVIRONMENT --command 'python manage.py load' --name loaddata
# IMPORTANT NOTE:
# When running this workflow, it is important to grab the right set of migrations
# When running this workflow, it is important to use the right source branch
# for your target sandbox. For example, if you just recently pushed new migrations
# from SOURCE_BRANCH to TARGET_SANDBOX, you must use that same SOURCE_BRANCH when
# running this workflow (NOT main) or else your sandbox will generate an error
# due to a db model mismatch.
# due to a db mismatch.
#
# This means in the Github workflow settings you would select the following inputs:
#