1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

missing space

This commit is contained in:
Jason N. 2024-03-27 16:18:26 -04:00
parent fcf8544410
commit 68b73b71f8

View file

@ -54,7 +54,7 @@ jobs:
echo "${{ steps.open_prs.outputs.open_prs }}" | tr ' ' '\n' > open_prs echo "${{ steps.open_prs.outputs.open_prs }}" | tr ' ' '\n' > open_prs
for tag in ${{ steps.all_tags.outputs.tag_list }} for tag in ${{ steps.all_tags.outputs.tag_list }}
do do
if [[ ${tag} =~ pr-.*]] if [[ ${tag} =~ pr-.* ]]
then then
if (grep -w ${tag} open_prs > /dev/null) if (grep -w ${tag} open_prs > /dev/null)
then then