mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Switch to differen wiki action
This commit is contained in:
parent
6348c88c6f
commit
1dd3e1fc0d
28
.github/workflows/wiki.yml
vendored
28
.github/workflows/wiki.yml
vendored
@ -27,26 +27,10 @@ jobs:
|
|||||||
- name: 'Checkout Code'
|
- name: 'Checkout Code'
|
||||||
uses: actions/Checkout@v2
|
uses: actions/Checkout@v2
|
||||||
- name: 'Update Wiki'
|
- name: 'Update Wiki'
|
||||||
uses: docker://decathlon/wiki-page-creator-action:latest
|
uses: Andrew-Chen-Wang/github-wiki-action@v2
|
||||||
env:
|
env:
|
||||||
#
|
WIKI_DIR: wiki/
|
||||||
# We can use the E-Mail and Name of the GitHub Actions account
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# for our convenience.
|
GH_EMAIL: 'actions@github.com'
|
||||||
#
|
GH_NAME: 'github-actions[bot]'
|
||||||
ACTION_MAIL: 'actions@github.com'
|
EXCLUDED_FILES: 'README.md'
|
||||||
ACTION_NAME: 'github-actions[bot]'
|
|
||||||
#
|
|
||||||
# We (sadly) have to use a PAT (Personal Access Token) for this action.
|
|
||||||
#
|
|
||||||
GH_PAT: '${{ secrets.WORKFLOWPAT }}'
|
|
||||||
OWNER: 'PlaceholderAPI'
|
|
||||||
REPO_NAME: 'PlaceholderAPI'
|
|
||||||
#
|
|
||||||
# We only want to target files in the wiki folder
|
|
||||||
#
|
|
||||||
MD_FOLDER: 'wiki'
|
|
||||||
WIKI_PUSH_MESSAGE: '${{ github.event.commits[0].message }}'
|
|
||||||
#
|
|
||||||
# We skip/ignore the README.md file in the Wiki folder
|
|
||||||
#
|
|
||||||
SKIP_MD: README.md
|
|
||||||
|
Loading…
Reference in New Issue
Block a user