We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262701a commit 6130a27Copy full SHA for 6130a27
.github/workflows/update_all_user_environments.yaml
@@ -34,10 +34,10 @@ jobs:
34
done
35
echo "BRANCHES=${branches_to_update[*]}" >> $GITHUB_ENV
36
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
+ - name: Set branches as output for job
+ id: set_env
+ run: |
+ echo "branches=$(echo '${branches_to_update[@]}' | jq -R -s -c 'split(" ")')" >> $GITHUB_ENV
41
42
update-all-demo-environments:
43
needs: get-all-demo-environments
0 commit comments