From 212f3bb3e09ae02a57dfa6e549719a251f3fa772 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 29 Aug 2023 11:48:57 +0200 Subject: [PATCH] builder-dispatch: Remove the newline at the end of the os list --- .github/workflows/builder-dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder-dispatch.yml b/.github/workflows/builder-dispatch.yml index 30cab32c47..0e680324b4 100644 --- a/.github/workflows/builder-dispatch.yml +++ b/.github/workflows/builder-dispatch.yml @@ -15,7 +15,7 @@ on: description: OSes to build for, space separated type: string # please remember to update build-packages.yml as well - default: > + default: >- el-7 el-8 el-9 -- 2.47.2