Add update-config-files.yml

This commit is contained in:
IvanZosimov 2023-03-09 13:55:42 +01:00
parent 0de5c66fc0
commit 676c490d4c

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