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