mirror of
https://github.com/acamarata/pray-calc-ml.git
synced 2026-06-30 19:04:26 +00:00
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.
This commit is contained in:
parent
1011c8445c
commit
b59232a57c
1 changed files with 5 additions and 5 deletions
10
.github/workflows/wiki-sync.yml
vendored
10
.github/workflows/wiki-sync.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue