Skip to content

Commit 9189548

Browse files
committed
fix: pass repo input to arch-docs action so title/links show correct repo
1 parent a415d6a commit 9189548

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/analyze-customer-repo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
uses: supermodeltools/arch-docs@main
2727
with:
2828
supermodel-api-key: ${{ secrets.SUPERMODEL_API_KEY }}
29+
repo: ${{ inputs.repo }}
2930
base-url: https://repos.supermodeltools.com/${{ inputs.repo }}
3031
output-dir: /github/runner_temp/arch-docs-output
31-
env:
32-
GITHUB_REPOSITORY: ${{ inputs.repo }}
3332

3433
- name: Deploy to central site
3534
env:

0 commit comments

Comments
 (0)