Skip to content

Commit 186a3c7

Browse files
authored
Merge pull request #276 from netwrix/dev
doc check improvement
2 parents 82f3254 + 07a4f91 commit 186a3c7

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/claude-documentation-reviewer.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,17 @@ jobs:
7878
repository: netwrix-eng/internal-agents
7979
token: ${{ secrets.PRIVATE_AGENTS_REPO }}
8080
path: system-prompt-repo
81-
ref: main
81+
ref: builds
8282
sparse-checkout: |
83-
agents/engineering/technical_writing/system.md
84-
agents/engineering/technical_writing/resources/netwrix_style_guide.md
83+
engineering/technical_writing/system-prompt.md
8584
sparse-checkout-cone-mode: false
8685

8786
- name: Read system prompt
8887
id: read-prompt
8988
run: |
9089
{
9190
echo "prompt<<EOF"
92-
cat system-prompt-repo/agents/engineering/technical_writing/system.md
93-
echo ""
94-
echo "---"
95-
echo ""
96-
cat system-prompt-repo/agents/engineering/technical_writing/resources/netwrix_style_guide.md
91+
cat system-prompt-repo/engineering/technical_writing/system-prompt.md
9792
echo "" # Forces a newline to prevent EOF delimiter errors
9893
echo "EOF"
9994
} >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)