diff --git a/.github/workflows/sync-readme-to-wiki.yml b/.github/workflows/sync-readme-to-wiki.yml index 0807f60f..29a1cc70 100644 --- a/.github/workflows/sync-readme-to-wiki.yml +++ b/.github/workflows/sync-readme-to-wiki.yml @@ -22,12 +22,14 @@ jobs: - name: Clone wiki repository run: | - git clone https://github.com/${{ github.repository }}/wiki.git ./wiki + git clone https://github.com/${{ github.repository }}.wiki.git ./wiki - name: Configure git remote with token + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd wiki - git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}/wiki.git + git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git - name: Copy files to Wiki run: | diff --git a/docs/de/backitup.md b/docs/de/backitup.md index e72bb5b6..55e71e6b 100644 --- a/docs/de/backitup.md +++ b/docs/de/backitup.md @@ -648,7 +648,6 @@ Des Weiteren ist für den Restore von einer InfluxDB 2.x Datenbank der Operator- > Ohne den richtigen Operator-Token ist kein Restore möglich. - _[Zurück zum Anfang](#dokumentation-und-anleitung-für-iobrokerbackitup)_ ---