We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0decb commit 3c9ecc3Copy full SHA for 3c9ecc3
.github/workflows/update_wiki_help_texts.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout wiki code
17
uses: actions/checkout@v2
18
with:
19
- repository: ${{github.repository}}
+ repository: ${{github.repository}}.wiki
20
path: wiki
21
persist-credentials: false
22
fetch-depth: 0
@@ -85,9 +85,9 @@ jobs:
85
86
- name: Push changes (if applicable)
87
if: contains(steps.changes.outputs.GIT_STATUS, 'modified')
88
- uses: ad-m/github-push-action@master
+ uses: SwiftDocOrg/github-wiki-publish-action@v1
89
90
- directory: wiki
91
92
- github_token: ${{ secrets.PERSONAL_TOKEN }}
+ path: "wiki"
+ env:
+ GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
93
0 commit comments