Skip to content

🔨 chore(tools): update tools list #33

🔨 chore(tools): update tools list

🔨 chore(tools): update tools list #33

Workflow file for this run

name: Sync files
on:
push:
branches:
- master
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run file sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}