Skip to content

Commit

Permalink
Fix workflow to update server names (#9518)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored May 9, 2024
1 parent cccd2cd commit 308a196
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/i18n_server_list_update.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: i18n Updater
name: i18n Update Servers
# This Workflow will periodically go in:
# 1. Update extras.xliff with any new servers names Mullvad may have added
# 2. File a pr with the changes to extras.xliff
Expand All @@ -21,6 +21,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: "true"
- uses: actions/setup-python@v5
with:
python-version: "3.9"
cache: "pip"
- run: pip install -r requirements.txt
- name: Update server name strings
run: |
scripts/ci/update_server_names.py
Expand Down

0 comments on commit 308a196

Please sign in to comment.