diff options
| author | Frank <[email protected]> | 2025-07-25 20:27:40 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-07-25 20:27:42 -0400 |
| commit | a007d65f62b3ede4851bbbf54d6f727232849fd0 (patch) | |
| tree | 649dc35ceba083f4cf572415845543f31a596253 /github/action.yml | |
| parent | 2c924b9fdb255f943467fb70b018253b6ed33edb (diff) | |
| download | opencode-a007d65f62b3ede4851bbbf54d6f727232849fd0.tar.gz opencode-a007d65f62b3ede4851bbbf54d6f727232849fd0.zip | |
wip: github actions
Diffstat (limited to 'github/action.yml')
| -rw-r--r-- | github/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github/action.yml b/github/action.yml index 2f9c952b0..0b7367ded 100644 --- a/github/action.yml +++ b/github/action.yml @@ -7,7 +7,7 @@ branding: inputs: model: description: "Model to use" - required: false + required: true share: description: "Share the opencode session (defaults to true for public repos)" |
