mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
missing space
This commit is contained in:
parent
fcf8544410
commit
68b73b71f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clean_repo.yml
vendored
2
.github/workflows/clean_repo.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue