Skip to content

Commit

Permalink
(simatec) Fix sync
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Aug 23, 2024
1 parent 28d0404 commit aad566b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-readme-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
git clone https://github-actions[bot]:$[email protected]/${{ github.repository }}.wiki.git ./wiki
git clone https://x-access-token:${{ secrets.NPM_TOKEN }}@github.com/${{ github.repository }}.wiki.git ./wiki
- name: Copy README.md to Wiki
run: |
Expand All @@ -39,4 +39,4 @@ jobs:
cd wiki
git add .
git commit -m "Sync README.md to Wiki"
git push https://github-actions[bot]:$[email protected]/${{ github.repository }}.wiki.git
git push https://x-access-token:${{ secrets.NPM_TOKEN }}@github.com/${{ github.repository }}.wiki.git
1 change: 1 addition & 0 deletions docs/de/backitup.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ 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)_

---
Expand Down

0 comments on commit aad566b

Please sign in to comment.