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 -