diff options
| author | Dax <[email protected]> | 2026-01-02 16:02:52 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-02 16:02:52 -0500 |
| commit | 3c41e4e8f12b7f06258490bb7a85388de1eca381 (patch) | |
| tree | c031d4b5fd12409c0a25bf18f39a9b8a191cc625 /packages/web/src/content/docs/github.mdx | |
| parent | 66bc046503190622e9d652bbed6a940b003aeb77 (diff) | |
| download | opencode-3c41e4e8f12b7f06258490bb7a85388de1eca381.tar.gz opencode-3c41e4e8f12b7f06258490bb7a85388de1eca381.zip | |
chore: rename repo references from sst/opencode to anomalyco/opencode (#6687)
Co-authored-by: Github Action <[email protected]>
Diffstat (limited to 'packages/web/src/content/docs/github.mdx')
| -rw-r--r-- | packages/web/src/content/docs/github.mdx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/github.mdx b/packages/web/src/content/docs/github.mdx index 63c5d855b..b69ae4c12 100644 --- a/packages/web/src/content/docs/github.mdx +++ b/packages/web/src/content/docs/github.mdx @@ -63,7 +63,7 @@ Or you can set it up manually. fetch-depth: 1 - name: Run OpenCode - uses: sst/opencode/github@latest + uses: anomalyco/opencode/github@latest env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} with: @@ -137,7 +137,7 @@ jobs: uses: actions/checkout@v4 - name: Run OpenCode - uses: sst/opencode/github@latest + uses: anomalyco/opencode/github@latest env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} with: @@ -172,7 +172,7 @@ jobs: issues: read steps: - uses: actions/checkout@v4 - - uses: sst/opencode/github@latest + - uses: anomalyco/opencode/github@latest env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} with: @@ -224,7 +224,7 @@ jobs: - uses: actions/checkout@v4 if: steps.check.outputs.result == 'true' - - uses: sst/opencode/github@latest + - uses: anomalyco/opencode/github@latest if: steps.check.outputs.result == 'true' env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} @@ -246,7 +246,7 @@ For `issues` events, the `prompt` input is **required** since there's no comment Override the default prompt to customize OpenCode's behavior for your workflow. ```yaml title=".github/workflows/opencode.yml" -- uses: sst/opencode/github@latest +- uses: anomalyco/opencode/github@latest with: model: anthropic/claude-sonnet-4-5 prompt: | |
