mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 06:57:34 +00:00
13 lines
272 B
YAML
13 lines
272 B
YAML
name: Update Repo
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
# Run every hour
|
|
- cron: "0 * * * *"
|
|
|
|
jobs:
|
|
update:
|
|
if: contains(fromJSON('["folke", "LazyVim"]'), github.repository_owner)
|
|
uses: folke/github/.github/workflows/update.yml@main
|
|
secrets: inherit
|