Add branch to translations

This commit is contained in:
JustArchi
2021-01-03 11:36:02 +01:00
parent 71f3dd5e5c
commit c7547e3b40

View File

@@ -56,8 +56,9 @@ jobs:
- name: Push changes to wiki
uses: ad-m/github-push-action@master
with:
directory: wiki
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
directory: wiki
repository: ${{ github.repository }}.wiki
- name: Commit the changes to ASF
@@ -78,3 +79,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}