We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591404e commit f1a72dfCopy full SHA for f1a72df
1 file changed
.github/workflows/wiki_update.yml
@@ -3,20 +3,20 @@ name: Update Wiki
3
on:
4
push:
5
paths:
6
- - 'wiki/**'
+ - 'wiki/**'
7
8
jobs:
9
update:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: action/checkout@v1
13
- - name: Update wiki
14
- uses: docker://decathlon/wiki-page-creator-action:latest
15
- env:
16
- ACTION_MAIL: ${{ secrets.EMAIL }}
17
- ACTION_NAME: Andre601
18
- GH_PAT: ${{ secrets.GH_PAT }}
19
- MD_FOLDER: wiki
20
- OWNER: botblock
21
- REPO_NAME: JavaBotBlockAPI
22
- SKIP_MD: README.md
+ - uses: actions/checkout@v1
+ - name: Update wiki
+ uses: docker://decathlon/wiki-page-creator-action:latest
+ env:
+ ACTION_MAIL: ${{ secrets.EMAIL }}
+ ACTION_NAME: Andre601
+ GH_PAT: ${{ secrets.GH_PAT }}
+ MD_FOLDER: wiki
+ OWNER: botblock
+ REPO_NAME: JavaBotBlockAPI
+ SKIP_MD: README.md
0 commit comments