From 5eae4a7e619acb19d89e994b0a6264f3f1c6c795 Mon Sep 17 00:00:00 2001 From: Dominik Jelinek Date: Fri, 22 Mar 2024 14:03:39 +0100 Subject: [PATCH] chore: Fix broken Wiki and Stale gh actions Signed-off-by: Dominik Jelinek --- .github/workflows/publish-wiki.yml | 6 +++--- .github/workflows/stalebot.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-wiki.yml b/.github/workflows/publish-wiki.yml index d57e69aad..ce24f8e30 100644 --- a/.github/workflows/publish-wiki.yml +++ b/.github/workflows/publish-wiki.yml @@ -18,7 +18,7 @@ jobs: publish-wiki: runs-on: ubuntu-latest steps: - - name: 👷‍♀️ Checkout - - uses: actions/checkout@v4 + - name: 🔧 Checkout + uses: actions/checkout@v4 - name: 📖 Build Wiki - - uses: Andrew-Chen-Wang/github-wiki-action@v4 + uses: Andrew-Chen-Wang/github-wiki-action@v4 diff --git a/.github/workflows/stalebot.yml b/.github/workflows/stalebot.yml index a418ea592..b44007346 100644 --- a/.github/workflows/stalebot.yml +++ b/.github/workflows/stalebot.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🗄️ Close Inactive - - uses: actions/stale@v9 + uses: actions/stale@v9 with: stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.' stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'