mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-07-31 05:42:02 +08:00
Add update-config-files.yml
This commit is contained in:
parent
ec365b4eba
commit
0ffa49cfca
11
.github/workflows/update-config-files.yml
vendored
Normal file
11
.github/workflows/update-config-files.yml
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user