Correct wiki to follow master

Impossible to change for now
This commit is contained in:
JustArchi 2021-01-20 21:26:55 +01:00
parent 01bc30e49c
commit 00bc2daeac
2 changed files with 4 additions and 4 deletions

View file

@ -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
View file

@ -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