diff options
| author | Dax Raad <[email protected]> | 2026-01-02 18:58:56 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-02 18:58:56 -0500 |
| commit | b4af8a65ec6bb27cd8a3dfa84d1b457c4d1ee42d (patch) | |
| tree | 0cd999e0ff333b308e8a4a54c2fab50ca5540f4c /.github/workflows | |
| parent | 49c5c2b1df4572d3254906f250a7865a341478ae (diff) | |
| download | opencode-b4af8a65ec6bb27cd8a3dfa84d1b457c4d1ee42d.tar.gz opencode-b4af8a65ec6bb27cd8a3dfa84d1b457c4d1ee42d.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
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: |
