From 00bc2daeac07155c5024776600381a57f4cf4bc2 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 20 Jan 2021 21:26:55 +0100 Subject: [PATCH] Correct wiki to follow master Impossible to change for now --- .github/workflows/translations.yml | 6 +++--- .gitmodules | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 77b73c5a1..2e5935d29 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index e95789ffa..30ef0784c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,4 +5,4 @@ [submodule "wiki"] path = wiki url = https://github.com/JustArchiNET/ArchiSteamFarm.wiki.git - branch = main + branch = master