2023-03-08 17:16:51 +08:00
|
|
|
name: Update configuration files
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: '0 3 * * 0'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
call-update-configuration-files:
|
|
|
|
name: Update configuration files
|
2023-03-08 17:27:16 +08:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
|