Add update-config-files.yml

This commit is contained in:
IvanZosimov 2023-03-08 11:13:04 +01:00
parent 962678f22c
commit fcd18100cc
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
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