Merge pull request #369 from JakeStanger/dependabot/cargo/clap-4.4.10 #274
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Wiki | |
on: | |
push: | |
branches: [ "master" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Sync Wiki | |
run: ./.github/scripts/sync-wiki.sh | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |