Skip to content

[Add] post to twitter github release #4

[Add] post to twitter github release

[Add] post to twitter github release #4

Workflow file for this run

name: Update Github wiki
on:
push:
branches:
- main
- master
permissions:
contents: write
jobs:
update-wiki:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Update wiki
uses: gouef/github-wiki-sync-repository-action@main
with:
dir: "docs/"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}