setup-dotnet/.github/workflows/update-config-files.yml
2023-11-23 12:36:21 +05:30

14 lines
293 B
YAML

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
with:
node-version: '20'