mirror of
https://gitea.com/actions/setup-java.git
synced 2024-11-01 01:20:33 +01:00
12 lines
258 B
YAML
12 lines
258 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
|