Skip to content

Commit

Permalink
Merge branch 'main' into docs/add-codebase-and-models
Browse files Browse the repository at this point in the history
  • Loading branch information
avishagQodo committed Nov 24, 2024
2 parents 3c1e290 + ce24010 commit a328e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-to-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Make updates to codium-proxy docs content
working-directory: codium-proxy
run: |
# write .llm_context content to documentation/docs_context.txt
echo "$(cat ../.llm_context.txt)" > documentation/docs_context.txt
# write .llm_context content to copilot_proxy/ai/prompts/static_context/docs_context.txt
echo "$(cat ../.llm_context.txt)" > copilot_proxy/ai/prompts/static_context/docs_context.txt
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b update-docs-context-branch
git add documentation/docs_context.txt
git add copilot_proxy/ai/prompts/static_context/docs_context.txt
git commit -m "Automated update to docs_context.txt"
- name: Push branch to remote
Expand Down

0 comments on commit a328e88

Please sign in to comment.