diff --git a/.github/workflows/open-pr.yml b/.github/workflows/open-pr.yml index 8bcc4cc..bfe165a 100644 --- a/.github/workflows/open-pr.yml +++ b/.github/workflows/open-pr.yml @@ -109,7 +109,7 @@ jobs: PKGBUILD fi && git update-index -q --refresh && - if git diff-files --exit-code + if git diff-files --exit-code && git diff-index --quiet HEAD -- then echo "::notice::$PACKAGE_TO_UPGRADE already at $UPGRADE_TO_VERSION" exit 0