Skip to content

Commit 679e303

Browse files
committed
ssh test
1 parent f4dc904 commit 679e303

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Mirror subdir to .agents
22
on:
33
push:
44
branches: [main]
5-
paths:
6-
- 'common/src/templates/initial-agents-dir/**'
5+
# paths:
6+
# - 'common/src/templates/initial-agents-dir/**'
77

88
jobs:
99
mirror:
@@ -23,3 +23,7 @@ jobs:
2323
git subtree push --prefix=common/src/templates/initial-agents-dir \
2424
https://x-access-token:${TOKEN}@github.com/codebuffai/codebuff-dot-agents.git \
2525
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

Comments
 (0)