File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 push :
66 paths :
77 - .github/workflows/check-models.yml
8- - .github/workflows/ prompts/sync-models- prompt.md
8+ - .github/prompts/sync-models. prompt.md
99 - src/tokenEstimators.json
1010 - src/modelPricing.json
1111
7878 COPILOT_GITHUB_TOKEN : ${{ secrets.GH_PAT }}
7979 run : |
8080 # Read the prompt from the file
81- PROMPT=$(cat .github/workflows/ prompts/sync-models- prompt.md)
81+ PROMPT=$(cat .github/prompts/sync-models. prompt.md)
8282
8383 # Get the paths to relevant files
8484 ESTIMATORS_PATH="${GITHUB_WORKSPACE}/src/tokenEstimators.json"
Original file line number Diff line number Diff line change 77 push :
88 paths :
99 - .github/workflows/sync-toolnames.yml
10- - .github/workflows/ prompts/sync-toolnames- prompt.md
10+ - .github/prompts/sync-toolnames. prompt.md
1111
1212permissions :
1313 contents : read
8585 COPILOT_GITHUB_TOKEN : ${{ secrets.GH_PAT }}
8686 run : |
8787 # Read the prompt from the file
88- PROMPT=$(cat .github/workflows/ prompts/sync-toolnames- prompt.md)
88+ PROMPT=$(cat .github/prompts/sync-toolnames. prompt.md)
8989
9090 # Get the path to the vscode-copilot-chat repo
9191 UPSTREAM_PATH="${GITHUB_WORKSPACE}/vscode-copilot-chat"
You can’t perform that action at this time.
0 commit comments