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.
2 parents 9a731ac + 1f9716c commit a3493f5Copy full SHA for a3493f5
.github/workflows/NativePipeline.yml
@@ -99,6 +99,9 @@ jobs:
99
fi
100
done
101
102
+ # Trim leading and trailing spaces from selected_workspaces
103
+ selected_workspaces=$(echo $selected_workspaces | xargs)
104
+
105
if [[ -n "$selected_workspaces" ]]; then
106
echo "scope=--all --include '$selected_workspaces'" >> $GITHUB_OUTPUT
107
echo "widgets=[\"$selected_workspaces\"]" >> $GITHUB_OUTPUT
0 commit comments