disable xtrace on summary generator

This commit is contained in:
Cappy Ishihara
2025-11-16 18:01:38 +07:00
parent 52d7462498
commit 56db9b5152
-1
View File
@@ -82,7 +82,6 @@ jobs:
- name: Report Summary
id: report_summary
run: |
set -x
echo "## AppStream Builder Report" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
if grep -q "veto" asb.log; then