Skip to content

Commit 6459e94

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

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
@@ -49,7 +49,8 @@ jobs:
4949
# Debug: Log PR branch
5050
- name: Debug PR Branch
5151
if: steps.check_command.outputs.valid == 'true'
52-
run: echo "Branch: ${{ steps.pr_details.outputs.result }}"
52+
run: |
53+
echo "Branch: ${{ steps.pr_details.outputs.result }}"
5354
5455
# Step 3: Trigger Deploy Workflow
5556
- name: Trigger Deploy Workflow

0 commit comments

Comments
 (0)