From 1716a4e5275ebbe0e67bdfa6321348a21e27aae3 Mon Sep 17 00:00:00 2001 From: Christoph Langer Date: Mon, 18 Mar 2024 12:02:34 +0100 Subject: [PATCH] Cleanups --- .github/actions/update-wiki/action.yml | 3 +-- .github/workflows/wiki.yml | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/actions/update-wiki/action.yml b/.github/actions/update-wiki/action.yml index 610082f1ae7..e0a401fc83c 100644 --- a/.github/actions/update-wiki/action.yml +++ b/.github/actions/update-wiki/action.yml @@ -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 diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 0d5a5b76c3b..68f240edde8 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -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' @@ -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 -