summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-02 18:58:56 -0500
committerDax Raad <[email protected]>2026-01-02 18:58:56 -0500
commitb4af8a65ec6bb27cd8a3dfa84d1b457c4d1ee42d (patch)
tree0cd999e0ff333b308e8a4a54c2fab50ca5540f4c /.github
parent49c5c2b1df4572d3254906f250a7865a341478ae (diff)
downloadopencode-b4af8a65ec6bb27cd8a3dfa84d1b457c4d1ee42d.tar.gz
opencode-b4af8a65ec6bb27cd8a3dfa84d1b457c4d1ee42d.zip
ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ec98d7061..572099617 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -31,7 +31,7 @@ permissions:
jobs:
publish:
runs-on: blacksmith-4vcpu-ubuntu-2404
- if: github.repository == 'sst/opencode'
+ if: github.repository == 'anomalyco/opencode'
steps:
- uses: actions/checkout@v3
with: