mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
master -> main
This commit is contained in:
6
.github/workflows/translations.yml
vendored
6
.github/workflows/translations.yml
vendored
@@ -21,8 +21,8 @@ jobs:
|
||||
|
||||
cd wiki
|
||||
|
||||
git fetch --depth=1 origin master
|
||||
git reset --hard origin/master
|
||||
git fetch --depth=1 origin main
|
||||
git reset --hard origin/main
|
||||
|
||||
- name: Download latest translations from Crowdin
|
||||
uses: crowdin/github-action@1.0.9
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
download_translations: true
|
||||
skip_untranslated_strings: true
|
||||
push_translations: false
|
||||
crowdin_branch_name: master
|
||||
crowdin_branch_name: main
|
||||
project_id: ${{ secrets.ASF_CROWDIN_PROJECT_ID }}
|
||||
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user