-
Notifications
You must be signed in to change notification settings - Fork 34
Enable GH_DEBUG for gh CLI commands in shared/gh.md safe-input tool #6152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <[email protected]>
|
🔮 The ancient spirits stir... Smoke Codex awakens to divine this pull request... |
|
📰 BREAKING: Smoke Copilot Playwright is now investigating this pull request. Sources say the story is developing... |
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
|
💥 WHOOSH! Smoke Claude springs into action on this pull request! [Panel 1 begins...] |
Smoke Test: Copilot Engine (Run 20140908535)PRs: #6077, #4792
|
Smoke Test: Claude Engine (Run 20140908572)Last 2 Merged PRs:
Test Results:
Status: PASS
|
|
Recent merged PRs: Split update-project into create-project and update-project safe outputs; Fix GitHub Enterprise URL parsing and TypeScript errors
|
Smoke Test Results (Run 20140908576)❌ Playwright MCP - Network connectivity failure (ERR_TUNNEL_CONNECTION_FAILED) Status: FAIL - Network connectivity issues preventing Playwright and GitHub API access.
|
Smoke Test ResultsLast 2 Merged PRs: ❌ (safeinputs-gh: TLS handshake error) Status: ❌ FAIL - safeinputs-gh tool has network connectivity issues 📰🔥📋 https://github.com/githubnext/gh-aw/actions/runs/20140908544 fer issue #6152 🗺️ |
Enables verbose debug output for all gh CLI commands executed through the
safeinputs-ghtool by settingGH_DEBUG=1.Changes
.github/workflows/shared/gh.md: AddedGH_DEBUG: "1"to env sectionshared/gh.mdto propagate the changeThe environment variable is set at the step level and inherited by gh commands through the MCP server environment configuration:
This enables verbose output on stderr for debugging gh CLI operations in workflows that use the shared safe-input tool.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Changeset
GH_DEBUG=1env var to sharedghsafe-input tool configuration to enable verbose debugging forghcommands executed viasafeinputs-gh.