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 /github/action.yml | |
| 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 '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 57e26d856..8652bb8c1 100644 --- a/github/action.yml +++ b/github/action.yml @@ -41,7 +41,7 @@ runs: id: version shell: bash run: | - VERSION=$(curl -sf https://api.github.com/repos/sst/opencode/releases/latest | grep -o '"tag_name": *"[^"]*"' | cut -d'"' -f4) + VERSION=$(curl -sf https://api.github.com/repos/anomalyco/opencode/releases/latest | grep -o '"tag_name": *"[^"]*"' | cut -d'"' -f4) echo "version=${VERSION:-latest}" >> $GITHUB_OUTPUT - name: Cache opencode |
