Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec365b4 + 0ffa49c commit b41aaf9Copy full SHA for b41aaf9
.github/workflows/update-config-files.yml
@@ -0,0 +1,11 @@
1
+name: Update configuration files
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 3 * * 0'
6
+ workflow_dispatch:
7
8
+jobs:
9
+ call-update-configuration-files:
10
+ name: Update configuration files
11
+ uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main
0 commit comments