go/.github/workflows/update-config-files.yml

12 lines
258 B
YAML
Raw Normal View History

2023-03-08 04:16:51 -05: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 04:27:16 -05:00
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main