From 364af563e9090d80f1bcb185e2a762a377fbad6e Mon Sep 17 00:00:00 2001 From: beckermr Date: Wed, 28 Aug 2024 05:35:08 -0500 Subject: [PATCH] fix: need the shell here --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 0d14979..6a3125a 100644 --- a/action.yml +++ b/action.yml @@ -53,6 +53,7 @@ runs: # https://stackoverflow.com/a/73828715/1745538 - name: skip if PR already exists id: check + shell: bash -leo pipefail {0} run: | prs=$(gh pr list \ --repo "$GITHUB_REPOSITORY" \