We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186152a commit 9ffe9b3Copy full SHA for 9ffe9b3
.github/workflows/build.yml
@@ -135,8 +135,7 @@ jobs:
135
136
- name: Get changed components
137
run: |
138
- $components = ./tooling/Get-Changed-Components.ps1
139
- echo "CHANGED_COMPONENTS_LIST=$components" >> $env:GITHUB_ENV
+ echo "CHANGED_COMPONENTS_LIST=$(./tooling/Get-Changed-Components.ps1)" >> $env:GITHUB_ENV
140
141
# Generate full solution with all projects (sample gallery heads, components, tests)
142
- name: Generate solution with ${{ matrix.multitarget }} gallery, components and tests
0 commit comments