From 259ab87197f59825f4af7c3a6dd89efb8a1cdbee Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 4 Oct 2025 14:20:10 -0400 Subject: [PATCH] Quick typo fix. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 089386a..079b70c 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ runs: --repo ${{ github.repository }} \ --state open \ --fields head \ - --output simple + --output simple \ | egrep '${{ github.ref_name }}' | wc -l) echo "exists=$pr_exists" >> $GITHUB_OUTPUT