mirror of
https://github.com/FossifyOrg/Phone.git
synced 2025-12-24 00:17:45 -05:00
14 lines
259 B
YAML
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
|