Skip to content

Commit

Permalink
fix: need the shell here
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 28, 2024
1 parent 8cb28de commit 364af56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 364af56

Please sign in to comment.