Skip to content

Commit 9ffe9b3

Browse files
committed
Use inline script call
1 parent 186152a commit 9ffe9b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ jobs:
135135

136136
- name: Get changed components
137137
run: |
138-
$components = ./tooling/Get-Changed-Components.ps1
139-
echo "CHANGED_COMPONENTS_LIST=$components" >> $env:GITHUB_ENV
138+
echo "CHANGED_COMPONENTS_LIST=$(./tooling/Get-Changed-Components.ps1)" >> $env:GITHUB_ENV
140139
141140
# Generate full solution with all projects (sample gallery heads, components, tests)
142141
- name: Generate solution with ${{ matrix.multitarget }} gallery, components and tests

0 commit comments

Comments
 (0)