Skip to content

Commit 6130a27

Browse files
committed
testing
1 parent 262701a commit 6130a27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/update_all_user_environments.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
done
3535
echo "BRANCHES=${branches_to_update[*]}" >> $GITHUB_ENV
3636
37-
- name: Set branches as output for job
38-
id: set_env
39-
run: |
40-
echo "branches=$(echo '${branches_to_update[@]}' | jq -R -s -c 'split(" ")')" >> $GITHUB_ENV
37+
- name: Set branches as output for job
38+
id: set_env
39+
run: |
40+
echo "branches=$(echo '${branches_to_update[@]}' | jq -R -s -c 'split(" ")')" >> $GITHUB_ENV
4141
4242
update-all-demo-environments:
4343
needs: get-all-demo-environments

0 commit comments

Comments
 (0)