This commit is contained in:
@@ -197,13 +197,16 @@ jobs:
|
||||
run: |
|
||||
cd ${MANIFEST_DIR}
|
||||
|
||||
if git status --porcelain | grep -q .; then
|
||||
git status --porcelain
|
||||
|
||||
if git status --porcelain | grep -q . ; then
|
||||
echo ">> Changes detected"
|
||||
git status --porcelain
|
||||
# git status --porcelain
|
||||
echo "changes-detected=true" >> $GITEA_OUTPUT
|
||||
|
||||
else
|
||||
echo ">> No changes detected, skipping PR creation"
|
||||
exit 0
|
||||
|
||||
fi
|
||||
|
||||
echo "----"
|
||||
|
||||
Reference in New Issue
Block a user