From b59232a57cab55c603eb38cb53c1b5030a0552f4 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Fri, 29 May 2026 15:52:36 -0400 Subject: [PATCH] ci: replace deprecated wiki sync action newrelic/wiki-sync-action@v1.0.1 is archived and unmaintained. Switch to Andrew-Chen-Wang/github-wiki-action@v4, which is actively maintained and uses the same token-based approach. --- .github/workflows/wiki-sync.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wiki-sync.yml b/.github/workflows/wiki-sync.yml index 66f1037..8eb3464 100644 --- a/.github/workflows/wiki-sync.yml +++ b/.github/workflows/wiki-sync.yml @@ -16,10 +16,10 @@ jobs: - uses: actions/checkout@v4 - name: Sync .github/wiki/ to GitHub Wiki - uses: newrelic/wiki-sync-action@v1.0.1 + uses: Andrew-Chen-Wang/github-wiki-action@v4 with: - source: .github/wiki - destination: wiki + path: .github/wiki token: ${{ secrets.GITHUB_TOKEN }} - gitAuthorName: github-actions[bot] - gitAuthorEmail: github-actions[bot]@users.noreply.github.com + commit-message: "docs: sync wiki" + git-author-name: github-actions[bot] + git-author-email: github-actions[bot]@users.noreply.github.com