Skip to content

Commit 9e77801

Browse files
committed
fix yml
1 parent fceb499 commit 9e77801

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [main]
55
paths:
6-
- 'common/src/templates/initial-dot-agents/**'
6+
- 'common/src/templates/initial-agents-dir/**'
77

88
jobs:
99
mirror:
@@ -20,6 +20,6 @@ jobs:
2020
env:
2121
TOKEN: ${{ secrets.SUBTREE_PUSH_TOKEN }}
2222
run: |
23-
git subtree push --prefix=common/src/templates/initial-dot-agents \
23+
git subtree push --prefix=common/src/templates/initial-agents-dir \
2424
https://x-access-token:${TOKEN}@github.com/ORG/SUBDIR-REPO.git \
2525
main

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ 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)