Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 4, 2023
1 parent 35deb25 commit 7a301db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions reverse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@ on:
schedule:
- cron: "8 14 * * *"
jobs:
download-wiki:
commit-wiki:
if: github.event_name != 'push'
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rm -rf wiki
- uses: actions4gh/download-wiki@v1
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}.wiki
path: wiki
- run: rm -rf wiki/.git
- uses: actions4gh/configure-wiki/reverse@v1
- uses: stefanzweifel/git-auto-commit-action@v5
```
Expand Down

0 comments on commit 7a301db

Please sign in to comment.