Skip to content

Commit fc02e7e

Browse files
committed
push to correct repo
1 parent 9e77801 commit fc02e7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/mirror-dot-agents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
TOKEN: ${{ secrets.SUBTREE_PUSH_TOKEN }}
2222
run: |
2323
git subtree push --prefix=common/src/templates/initial-agents-dir \
24-
https://x-access-token:${TOKEN}@github.com/ORG/SUBDIR-REPO.git \
24+
https://x-access-token:${TOKEN}@github.com/codebuffai/codebuff-dot-agents.git \
2525
main

common/src/templates/initial-agents-dir/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ Edit `my-custom-agent.ts` with your team's patterns, then run `codebuff --agent
5050
For detailed documentation, see [agent-guide.md](./agent-guide.md).
5151
For examples, check the `examples/` directory.
5252
For help, join our [Discord community](https://codebuff.com/discord).
53+

0 commit comments

Comments
 (0)