Skip to content

sync

sync #111

Workflow file for this run

name: Sync Protobufs
on:
repository_dispatch:
types: [sync]
workflow_dispatch:
concurrency:
group: sync
cancel-in-progress: false
permissions:
contents: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync protobufs
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
bash update.sh