From 9d91644ed725505cc3a61d6ac15290825139b48f Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 4 Aug 2020 00:47:26 +0200 Subject: [PATCH] Try to avoid hardcoding repo name --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index ea33147c9..edc4a3d5e 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -62,7 +62,7 @@ jobs: with: directory: wiki github_token: ${{ secrets.GITHUB_TOKEN }} - repository: JustArchiNET/ArchiSteamFarm.wiki + repository: ${{ github.repository }}.wiki - name: Commit the changes to ASF shell: sh