We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a415d6a commit 9189548Copy full SHA for 9189548
.github/workflows/analyze-customer-repo.yml
@@ -26,10 +26,9 @@ jobs:
26
uses: supermodeltools/arch-docs@main
27
with:
28
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
29
+ repo: ${{ inputs.repo }}
30
base-url: https://repos.supermodeltools.com/${{ inputs.repo }}
31
output-dir: /github/runner_temp/arch-docs-output
- env:
32
- GITHUB_REPOSITORY: ${{ inputs.repo }}
33
34
- name: Deploy to central site
35
env:
0 commit comments