Skip to content

Commit 0b62366

Browse files
committed
Fix shell declaration for config.json display step in action.yml
1 parent e5654d7 commit 0b62366

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/copilot/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ runs:
4949
shell: bash
5050
- run: |
5151
cat $XDG_CONFIG_HOME/.copilot/config.json
52+
shell: bash
5253
- run: copilot -p "$PROMPT" --allow-all-tools --log-level all --log-dir ~/.copilot/logs --save-trajectory-output ~/.copilot/trajectory.md
5354
id: copilot
5455
env:

0 commit comments

Comments
 (0)