Skip to content

Commit

Permalink
chore: Fix broken Wiki and Stale gh actions
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Mar 22, 2024
1 parent fbcadd4 commit 5eae4a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/stalebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 5eae4a7

Please sign in to comment.