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 58e9d9c commit 6f3a302Copy full SHA for 6f3a302
.github/workflows/update-wiki.yml
@@ -11,9 +11,9 @@ jobs:
11
update_wiki:
12
runs-on: ubuntu-latest
13
steps:
14
- - name: Checkouting main code
+ - name: Checkouting main code...
15
uses: actions/checkout@v2
16
- - name: Update wiki
+ - name: Updating Project Wiki...
17
uses: impresscms-dev/phpdocs-wiki-update-action@master
18
with:
19
wiki_github_update_token: ${{secrets.WIKI_GITHUB_UPDATE_TOKEN}}
0 commit comments