Skip to content

Wiki Update

Wiki Update #3

Workflow file for this run

# Runs update-wiki update actions every day at 20:00 UTC
name: 'Wiki Update'
on:
workflow_dispatch:
schedule:
- cron: '0 20 * * *'
jobs:
wiki:
runs-on: ubuntu-latest
steps:
- name: 'Checkout the JDK source'
uses: actions/checkout@v4
- name: 'Update Wiki'
uses: ./.github/actions/update-wiki