mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 17:14:56 +00:00
13 lines
307 B
YAML
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
|