Skip to content

Commit

Permalink
Update workflow arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ilic <[email protected]>
  • Loading branch information
gigili committed Jul 9, 2021
1 parent 6510f94 commit c56d2a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
- name: Checkouting project code...
uses: actions/checkout@v2
- name: Updating wiki...
uses: impresscms-dev/phpdocs-wiki-update-action@v1.0.0
uses: impresscms-dev/phpdocs-wiki-update-action@master
with:
wiki_github_update_token: ${{ secrets.WIKI_GITHUB_UPDATE_TOKEN }}
wiki_github_update_user: ${{ secrets.WIKI_GITHUB_UPDATE_USER }}
engine: clean/phpdoc-md
class_root_namespace: Gac\Routing
include: |
Gac\Routing\**
class_root_namespace: Gac\Routing\
include: Gac\Routing\**

0 comments on commit c56d2a4

Please sign in to comment.