You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
name: Update configuration files
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 3 * * 0'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-update-configuration-files:
|
|
name: Update configuration files
|
|
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
|