Files
Calendar/.github/workflows/update-commons.yml
2025-12-10 23:07:25 +05:30

14 lines
259 B
YAML

name: Update Fossify Commons
on:
repository_dispatch:
types: [update-commons]
workflow_dispatch:
schedule:
- cron: "0 6 * * 0"
jobs:
update-commons:
uses: FossifyOrg/.github/.github/workflows/update-commons.yml@main
secrets: inherit