Skip to content

Bump crate-ci/typos from 1.16.26 to 1.18.0 (#343) #180

Bump crate-ci/typos from 1.16.26 to 1.18.0 (#343)

Bump crate-ci/typos from 1.16.26 to 1.18.0 (#343) #180

Workflow file for this run

name: Sync
on:
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.SYNC_TOKEN }}
- name: Sync Repos
run: ./scripts/sync.sh
env:
BEFORE_SHA: ${{ github.event.before }}
AFTER_SHA: ${{ github.event.after }}