mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-05 07:27:34 +00:00
12 lines
192 B
YAML
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
|