LazyVim.LazyVim/.github/workflows/update.yml
Folke Lemaitre ab2ff2e436
ci: update
2024-07-06 11:45:21 +02:00

12 lines
192 B
YAML

name: Update Repo
on:
workflow_dispatch:
schedule:
# Run every hour
- cron: "0 * * * *"
jobs:
ci:
uses: folke/github/.github/workflows/update.yml@main
secrets: inherit