mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Correct wiki to follow master
Impossible to change for now
This commit is contained in:
parent
01bc30e49c
commit
00bc2daeac
2 changed files with 4 additions and 4 deletions
6
.github/workflows/translations.yml
vendored
6
.github/workflows/translations.yml
vendored
|
@ -21,8 +21,8 @@ jobs:
|
||||||
|
|
||||||
cd wiki
|
cd wiki
|
||||||
|
|
||||||
git fetch --depth=1 origin main
|
git fetch --depth=1 origin master
|
||||||
git reset --hard origin/main
|
git reset --hard origin/master
|
||||||
|
|
||||||
- name: Download latest translations from Crowdin
|
- name: Download latest translations from Crowdin
|
||||||
uses: crowdin/github-action@1.0.9
|
uses: crowdin/github-action@1.0.9
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: ${{ github.ref }}
|
branch: master
|
||||||
directory: wiki
|
directory: wiki
|
||||||
repository: ${{ github.repository }}.wiki
|
repository: ${{ github.repository }}.wiki
|
||||||
|
|
||||||
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -5,4 +5,4 @@
|
||||||
[submodule "wiki"]
|
[submodule "wiki"]
|
||||||
path = wiki
|
path = wiki
|
||||||
url = https://github.com/JustArchiNET/ArchiSteamFarm.wiki.git
|
url = https://github.com/JustArchiNET/ArchiSteamFarm.wiki.git
|
||||||
branch = main
|
branch = master
|
||||||
|
|
Loading…
Reference in a new issue