Skip to content

Commit 2092d86

Browse files
committed
testing
1 parent 1bf069b commit 2092d86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/update_all_user_environments.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
echo "Branch $branch is a demo environment"
3434
branches_to_update="$branches_to_update $branch"
3535
done
36-
echo "BRANCHES=$branches_to_update" >> $GITHUB_ENV
36+
echo "BRANCHES=$branches_to_update" >> $GITHUB_OUTPUT
37+
echo "BRANCHES=$branches_to_update"
3738
3839
3940
update-all-demo-environments:

0 commit comments

Comments
 (0)