Skip to content

Commit 09ed0d1

Browse files
committed
fix: env var on context
1 parent a9e341e commit 09ed0d1

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
@@ -47,8 +47,9 @@ jobs:
4747
# Output the branch name for debugging
4848
echo "PR branch: $BRANCH"
4949
50-
# Set the branch name as an output
50+
# Set the branch name as an output and as an ENV VAR
5151
echo "branch=$BRANCH" >> $GITHUB_OUTPUT
52+
echo "branch=$BRANCH" >> $GITHUB_ENV
5253
# Step 4: Debug PR Branch
5354
- name: Debug PR Branch
5455
if: steps.check_command.outputs.valid == 'true'

0 commit comments

Comments
 (0)