Skip to content

Commit e5654d7

Browse files
committed
Add step to display Copilot config.json contents
1 parent c09255a commit e5654d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/copilot/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ runs:
4747
env:
4848
GITHUB_STEP_SUMMARY: ${{ github.step_summary }}
4949
shell: bash
50+
- run: |
51+
cat $XDG_CONFIG_HOME/.copilot/config.json
5052
- run: copilot -p "$PROMPT" --allow-all-tools --log-level all --log-dir ~/.copilot/logs --save-trajectory-output ~/.copilot/trajectory.md
5153
id: copilot
5254
env:

0 commit comments

Comments
 (0)