mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Correct wiki to follow master
Impossible to change for now
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 main
|
||||
git reset --hard origin/main
|
||||
git fetch --depth=1 origin master
|
||||
git reset --hard origin/master
|
||||
|
||||
- name: Download latest translations from Crowdin
|
||||
uses: crowdin/github-action@1.0.9
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
branch: master
|
||||
directory: wiki
|
||||
repository: ${{ github.repository }}.wiki
|
||||
|
||||
|
||||
Reference in New Issue
Block a user