We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dc904 commit 679e303Copy full SHA for 679e303
.github/workflows/mirror-dot-agents.yml
@@ -2,8 +2,8 @@ name: Mirror subdir to .agents
2
on:
3
push:
4
branches: [main]
5
- paths:
6
- - 'common/src/templates/initial-agents-dir/**'
+ # paths:
+ # - 'common/src/templates/initial-agents-dir/**'
7
8
jobs:
9
mirror:
@@ -23,3 +23,7 @@ jobs:
23
git subtree push --prefix=common/src/templates/initial-agents-dir \
24
https://x-access-token:${TOKEN}@github.com/codebuffai/codebuff-dot-agents.git \
25
main
26
+ - name: Open interactive debug shell
27
+ if: ${{ failure() }}
28
+ uses: mxschmitt/action-tmate@v3
29
+ timeout-minutes: 15 # optional guard
0 commit comments