Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
RealCLanger committed Mar 18, 2024
1 parent 8fb1205 commit 1716a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/actions/update-wiki/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Update Wiki

description: |
This action updates the wiki with the latest blog posts.
description: 'This action updates the wiki with the latest blog posts.'

runs:
using: composite
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Runs update-wiki update actions every day at 20:00 UTC
# Runs update-wiki action every day at 20:00 UTC

name: 'Wiki Update'

Expand All @@ -11,8 +11,7 @@ jobs:
wiki:
runs-on: ubuntu-latest
steps:
- name: 'Checkout the JDK source'
- name: 'Checkout SapMachine source'
uses: actions/checkout@v4
- name: 'Update Wiki'
uses: ./.github/actions/update-wiki

0 comments on commit 1716a4e

Please sign in to comment.