Skip to content

Commit

Permalink
Add update-config-files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanZosimov committed Mar 9, 2023
1 parent 8d81f88 commit a589a5f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/update-config-files.yml
@@ -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

1 comment on commit a589a5f

@aguilarhj1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • name: Labeler
    uses: actions/labeler@v4.3.0

Please sign in to comment.