We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5f48a commit c47a016Copy full SHA for c47a016
1 file changed
.github/workflows/copilot.yml
@@ -13,9 +13,11 @@ jobs:
13
- name: Set up Node.js environment
14
uses: actions/setup-node@v4
15
16
- - name: Install Copilot CLI
17
- run: npm install -g @github/copilot
18
-
+ #- name: Install Copilot CLI
+ # run: npm install -g @github/copilot
+ - name: Install Copilot CLI
19
+ run: |
20
+ curl -fsSL https://gh.io/copilot-install | bash
21
- name: Run Copilot CLI
22
shell: bash
23
env:
0 commit comments