Skip to content

Commit d322f34

Browse files
authored
chore: update wiki-publish.yml
1 parent 2883203 commit d322f34

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

.github/workflows/wiki-publish.yml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,13 @@ concurrency:
77
cancel-in-progress: true
88
permissions:
99
contents: write
10-
env:
11-
GIT_AUTHOR_NAME: Actionbot
12-
GIT_AUTHOR_EMAIL: [email protected]
1310
jobs:
14-
publish:
11+
publish-wiki:
1512
runs-on: ubuntu-latest
1613
steps:
17-
- name: Checkout
18-
uses: actions/checkout@main
19-
- name: Publish Wiki
20-
uses: docker://decathlon/wiki-page-creator-action:latest
21-
env:
22-
ACTION_MAIL: ${{ env.GIT_AUTHOR_EMAIL }}
23-
ACTION_NAME: ${{ env.GIT_AUTHOR_NAME }}
24-
GH_PAT: ${{ secrets.TOKEN }}
25-
# MD_FOLDER: temp_release_notes
26-
OWNER: TensorSpeech
27-
REPO_NAME: TensorFlowASR
28-
# SKIP_MD: README.md
14+
- uses: actions/[email protected]
15+
- uses: Andrew-Chen-Wang/github-wiki-action@master
16+
with:
17+
token: ${{ secrets.TOKEN }}
18+
path: .
19+
preprocess: true

0 commit comments

Comments
 (0)