Skip to content

Commit aa5f8b2

Browse files
author
ripark
committed
add copilot-setup-steps.yml
1 parent 6db2883 commit aa5f8b2

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/copilot-setup-steps.yml

100644100755
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
name: Copilot Setup Steps
2-
3-
on: workflow_dispatch
4-
5-
jobs:
6-
copilot-setup-steps:
7-
runs-on: ubuntu-latest
8-
9-
permissions:
10-
contents: read
11-
12-
steps:
13-
- name: Checkout code
14-
uses: actions/checkout@v4
15-
16-
- name: Install azsdk mcp server
17-
shell: pwsh
18-
run: |
19-
./eng/common/mcp/azure-sdk-mcp.ps1 -InstallDirectory $HOME/bin
20-
21-
1759178249415641440
1+
# 1759185255622059731

0 commit comments

Comments
 (0)