From 00feba47c530579440085ba16248adcf4c2cc71f Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 28 Aug 2023 15:54:18 +0200 Subject: [PATCH] build-packages: Fix 'check if hashes were created for all requested targets' If the 'inputs.os' list ends with a newline the check fails. --- .github/workflows/build-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 12bedec6cb..1b45d24116 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -14,7 +14,7 @@ on: type: string # please remember to update the pkghashes below when you # update this list, as well as the one in builder-dispatch.yml - default: > + default: >- el-7 el-8 el-9 -- 2.47.2