Make link to manual trigger easier to copy/paste (#3015)

The link is currently followed by a '.' and it is easy to miss the next line of instruction. Indentation should make it easier to see these are grouped together.
This commit is contained in:
Jeff Klukas 2022-06-14 11:31:45 -04:00 коммит произвёл GitHub
Родитель e4b180dbbc
Коммит f5b1b0d61c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -545,9 +545,10 @@ jobs:
echo "Integration tests for this fork need to be triggered manually"
echo "Users with write access to the repository can trigger" \
"integration tests by visiting: "
echo "https://github.com/mozilla/bigquery-etl/actions/workflows/push-to-upstream.yml".
echo "Trigger via 'Run workflow' and provide '$CIRCLE_PR_BRANCH' as parameter."
"integration tests by following these steps: "
echo " Open the following page:"
echo " https://github.com/mozilla/bigquery-etl/actions/workflows/push-to-upstream.yml"
echo " Choose the 'Run workflow' dropdown and provide '$CIRCLE_PR_BRANCH' as parameter."
exit 1
# yamllint enable rule:line-length