Skip to content

Commit 7bdb5c5

Browse files
fix: use correct action input names
1 parent 98bebab commit 7bdb5c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
uses: SamMorrowDrums/mcp-conformance-action@v1
2121
with:
2222
setup_go: "true"
23-
go_version_file: go.mod
2423
install_command: go mod download
25-
server_command: go run ./cmd/github-mcp-server stdio
26-
server_env: |
24+
start_command: go run ./cmd/github-mcp-server stdio
25+
env_vars: |
2726
GITHUB_PERSONAL_ACCESS_TOKEN=test-token
2827
configurations: |
2928
[

0 commit comments

Comments
 (0)