We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ad012 commit 36d681cCopy full SHA for 36d681c
1 file changed
.github/workflows/docs_pr.yaml
@@ -17,7 +17,7 @@ jobs:
17
ref: ${{ github.event.pull_request.head.sha }} # Checkout PR branch
18
19
- name: Generate Keyword Documentation
20
- uses: ./.github/actions/runwhen-keyword-docs-generator@keyword-doc-generator
+ uses: runwhen-contrib/github-actions/runwhen-keyword-docs-generator@keyword-doc-generator
21
with:
22
# Documentation type (markdown, confluence, or both)
23
doc_type: 'markdown' # Optional, defaults to 'markdown'
0 commit comments