We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c5c2b commit b4af8a6Copy full SHA for b4af8a6
1 file changed
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ permissions:
31
jobs:
32
publish:
33
runs-on: blacksmith-4vcpu-ubuntu-2404
34
- if: github.repository == 'sst/opencode'
+ if: github.repository == 'anomalyco/opencode'
35
steps:
36
- uses: actions/checkout@v3
37
with:
0 commit comments