Try to avoid hardcoding repo name

This commit is contained in:
JustArchi
2020-08-04 00:47:26 +02:00
parent 813f8972f3
commit 9d91644ed7

View File

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