From 68b73b71f8ce0a17d8c88caf93ffbf8974910a20 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:18:26 -0400 Subject: [PATCH] missing space --- .github/workflows/clean_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean_repo.yml b/.github/workflows/clean_repo.yml index 5fd69fa..9280372 100644 --- a/.github/workflows/clean_repo.yml +++ b/.github/workflows/clean_repo.yml @@ -54,7 +54,7 @@ jobs: echo "${{ steps.open_prs.outputs.open_prs }}" | tr ' ' '\n' > open_prs for tag in ${{ steps.all_tags.outputs.tag_list }} do - if [[ ${tag} =~ pr-.*]] + if [[ ${tag} =~ pr-.* ]] then if (grep -w ${tag} open_prs > /dev/null) then