We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a960508 commit 9d9c299Copy full SHA for 9d9c299
1 file changed
.github/workflows/update-platform-branch.yaml
@@ -90,7 +90,7 @@ jobs:
90
if [ -z "$CHANGED_FILES" ]; then
91
echo "No changes detected in pom.xml files." | tee -a $GITHUB_STEP_SUMMARY
92
find . -name "pom.xml.bak" -delete
93
- exit 1
+ exit 0
94
fi
95
echo "The following pom.xml files were updated: $CHANGED_FILES"
96
0 commit comments