Skip to content

📝 Update CONTRIBUTING.md #129

📝 Update CONTRIBUTING.md

📝 Update CONTRIBUTING.md #129

Workflow file for this run

name: Sync branches main with latest
on:
push:
branches:
- main
jobs:
sync-branch:
name: Update latest branch
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@master
- uses: connor-baer/action-sync-branch@main
with:
branch: latest
token: ${{ secrets.GITHUB_TOKEN }}
force: false