From d32a42f11ccac2abf4d0877cd55ac5ef73fc0cea Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Feb 2025 14:00:52 +0200 Subject: [PATCH] testing --- .github/workflows/on-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pull-request.yaml b/.github/workflows/on-pull-request.yaml index 85061b8..85e7fa8 100644 --- a/.github/workflows/on-pull-request.yaml +++ b/.github/workflows/on-pull-request.yaml @@ -60,7 +60,7 @@ jobs: """ 1>result.txt 2>&1; then printf "PR created successfully: $(grep ${FORK_REPOSITORY_PATH} result.txt)\n" else - if grep -q "A pull request already exists" result.txt; then + if grep -q "already exists" result.txt; then printf "PR already exists: $(grep ${FORK_REPOSITORY_PATH} result.txt)\n" else echo "Failed to create PR: $(cat result.txt)"