We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c7294 commit 1d644baCopy full SHA for 1d644ba
1 file changed
.github/workflows/cd-matrix.yml
@@ -177,6 +177,8 @@ jobs:
177
cd igniteui-live-editing-samples/${{ matrix.submodule_dir }}
178
if [ -n "$(git status --porcelain)" ]; then
179
echo "changes_detected=true" >> $GITHUB_OUTPUT
180
+ echo "Changed files:"
181
+ git status --porcelain
182
else
183
echo "changes_detected=false" >> $GITHUB_OUTPUT
184
echo "No changes to commit."
0 commit comments