Skip to content

Commit 5500ec0

Browse files
committed
Replace config.json display with directory listing in action.yml
1 parent 0b62366 commit 5500ec0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/copilot/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ runs:
4848
GITHUB_STEP_SUMMARY: ${{ github.step_summary }}
4949
shell: bash
5050
- run: |
51-
cat $XDG_CONFIG_HOME/.copilot/config.json
51+
ls -al $XDG_CONFIG_HOME/.copilot
52+
# cat $XDG_CONFIG_HOME/.copilot/config.json
5253
shell: bash
5354
- run: copilot -p "$PROMPT" --allow-all-tools --log-level all --log-dir ~/.copilot/logs --save-trajectory-output ~/.copilot/trajectory.md
5455
id: copilot

0 commit comments

Comments
 (0)