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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user