fix: use correct GP_test environment name in workflows

This commit is contained in:
RamGopalSrikar
2026-03-24 09:42:57 -04:00
parent aed1a8dd36
commit 8db402f18e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
download:
runs-on: ubuntu-latest
name: Download translations from Globalization Pipeline
environment: GP_TEST
environment: GP_test
steps:
- name: Checkout repository

View File

@ -13,7 +13,7 @@ jobs:
upload:
runs-on: ubuntu-latest
name: Upload English strings to Globalization Pipeline
environment: GP_TEST
environment: GP_test
steps:
- name: Checkout repository