Skip to content

Commit 440d09b

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/GH-7-review-the-actions-for-comment-on-prs-and-trigger-deployments
2 parents a958170 + c77da06 commit 440d09b

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)