Skip to content

Commit 970260a

Browse files
committed
Add debug logging for GitHub CLI commands in workflow scripts
1 parent c07038e commit 970260a

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

.github/workflows/copilot-pr-merged-report.lock.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dev.lock.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/shared/gh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ safe-inputs:
1414
env:
1515
GH_AW_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
run: |
17+
echo "gh $INPUT_ARGS"
18+
echo " token: ${GH_AW_GH_TOKEN:0:6}..."
1719
GH_TOKEN=$GH_AW_GH_TOKEN gh $INPUT_ARGS
1820
---
1921

.github/workflows/smoke-copilot-no-firewall.lock.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot-playwright.lock.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot-safe-inputs.lock.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot.lock.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)