Files
pycord-reactive-views/.github/workflows/template-sync.yml
2024-07-30 10:49:05 +02:00

13 lines
307 B
YAML

name: Template Sync
on:
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2 # important!
- uses: euphoricsystems/action-sync-template-repository@v2.5.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
dry-run: true