Merge pull request #261 from JakeStanger/dependabot/cargo/sysinfo-0.29.7 #187
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 }} |