Skip to content

Commit 67bd8cd

Browse files
committed
Add --banner option to copilot command in CI action
1 parent 75796fa commit 67bd8cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/ci-fix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
}
3030
EOF
3131
shell: bash
32-
- run: copilot -p "$PROMPT" --allow-all-tools
32+
- run: copilot -p "$PROMPT" --allow-all-tools --banner
3333
id: copilot
3434
shell: bash
3535
env:

0 commit comments

Comments
 (0)