File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,13 @@ concurrency:
77 cancel-in-progress : true
88permissions :
99 contents : write
10- env :
11- GIT_AUTHOR_NAME : Actionbot
12- GIT_AUTHOR_EMAIL :
[email protected] 1310jobs :
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+ 15+ - uses : Andrew-Chen-Wang/github-wiki-action@master
16+ with :
17+ token : ${{ secrets.TOKEN }}
18+ path : .
19+ preprocess : true
You can’t perform that action at this time.
0 commit comments