Compare commits

...
Author SHA1 Message Date
Tao Chen f2e296aeaa Run GH login step in sample validation workflow 2026-03-31 10:29:20 -07:00
@@ -32,6 +32,10 @@ runs:
shell: bash
run: npm install -g @github/copilot
- name: GitHub Copilot Login
shell: bash
run: gh auth login
- name: Test Copilot CLI
shell: bash
run: copilot -p "What can you do in one sentence?"