chore(ci): Fix branch name that is created via external integration script (#11364)

Because

- The branch name is incorrect which could cause certain jobs to not
trigger correctly

This commit

- Fixes that branch name

Fixes #11363
This commit is contained in:
Benjamin Forehand Jr 2024-09-13 11:03:49 -05:00 коммит произвёл GitHub
Родитель 013f8cf0b7
Коммит 6dce92a4f8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -17,7 +17,7 @@ done
if (($(git status --porcelain | wc -c) > 0)); then
git add .
git commit -m "chore(nimbus): Check external firefox integrations and update keys"
git push origin -f check-external-firefox-integrations
git push origin -f check_external_firefox_integrations
gh pr create -t "chore(nimbus): Check external firefox integrations and update keys" -b "" --base main --head check-external-firefox-integrations --repo mozilla/experimenter || echo "PR already exists, skipping"
else
echo "No config changes, skipping"