mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +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
|
||||
|
||||
|
||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -5,4 +5,4 @@
|
||||
[submodule "wiki"]
|
||||
path = wiki
|
||||
url = https://github.com/JustArchiNET/ArchiSteamFarm.wiki.git
|
||||
branch = main
|
||||
branch = master
|
||||
|
||||
Reference in New Issue
Block a user