mirror of
https://github.com/sst/opencode.git
synced 2025-08-22 14:04:07 +00:00
sync
This commit is contained in:
parent
27f7cc86ab
commit
c5b646aa88
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,10 @@ inputs:
|
|||
description: "Share the opencode session (defaults to true for public repos)"
|
||||
required: false
|
||||
|
||||
use_github_app:
|
||||
description: "Use GitHub App access token for authentication (defaults to true)"
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
@ -44,3 +48,4 @@ runs:
|
|||
env:
|
||||
MODEL: ${{ inputs.model }}
|
||||
SHARE: ${{ inputs.share }}
|
||||
USE_GITHUB_APP: ${{ inputs.use_github_app }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue