Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 233d539

Browse files
committed
fix: document 'repo' input in action.yml
1 parent fa753e6 commit 233d539

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ inputs:
99
supermodel-api-key:
1010
description: 'Supermodel API key from https://supermodeltools.com'
1111
required: true
12+
repo:
13+
description: 'Repository being analyzed (owner/repo). Overrides GITHUB_REPOSITORY, which cannot be set in Docker container actions when analyzing a different repo.'
14+
required: false
15+
default: ''
1216
site-name:
1317
description: 'Display name for the docs site (default: repo name + "Architecture Docs")'
1418
required: false

0 commit comments

Comments
 (0)