Workflow config file is invalid. Please check your config file: yaml: line 5: found unexpected end of stream
|
name: Update configuration files
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 3 * * 0l
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-update-configuration-files:
|
|
name: Update configuration files
|
|
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
|