File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments