Skip to content

Commit c77da06

Browse files
authored
fix: Update deploy-pre-chatbot.yml
1 parent bd71c4e commit c77da06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-pre-chatbot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828

2929
# Debug: Log the output of check_command
3030
- name: Debug Command Check
31-
run: echo "Valid command: ${{ steps.check_command.outputs.valid }}"
31+
run: |
32+
echo "Valid command: ${{ steps.check_command.outputs.valid }}"
3233
3334
# Step 2: Get Branch from PR
3435
- name: Extract PR Branch

0 commit comments

Comments
 (0)