We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03401c2 commit 24e3b62Copy full SHA for 24e3b62
1 file changed
.github/workflows/wiki_update.yml
@@ -0,0 +1,22 @@
1
+name: Update Wiki
2
+
3
+on:
4
+ push:
5
+ paths:
6
+ - '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
0 commit comments