Add update-config-files.yml (#27)

This commit is contained in:
Ivan 2023-03-10 11:55:22 +02:00 committed by GitHub
parent 9169aa7609
commit 3f069f6e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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