diff options
| author | Frank <[email protected]> | 2026-01-05 11:13:59 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-05 11:13:59 -0500 |
| commit | 283bdce3581ecabf945b75788a5db17557d889ce (patch) | |
| tree | b5d924edc35974c11952596b62e6b5ff7348e87f | |
| parent | 91d5ce8bf3f80747264ff94ebebb814e622f84b5 (diff) | |
| download | opencode-283bdce3581ecabf945b75788a5db17557d889ce.tar.gz opencode-283bdce3581ecabf945b75788a5db17557d889ce.zip | |
sync
| -rw-r--r-- | .github/workflows/stats.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 57e93642b..824733901 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -9,7 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: stats: - if: github.repository == 'sst/opencode' + if: github.repository == 'anomalyco/opencode' runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: contents: write |
