From: Remi Gacogne Date: Mon, 28 Aug 2023 13:54:18 +0000 (+0200) Subject: build-packages: Fix 'check if hashes were created for all requested targets' X-Git-Tag: rec-5.0.0-alpha1~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00feba47c530579440085ba16248adcf4c2cc71f;p=thirdparty%2Fpdns.git build-packages: Fix 'check if hashes were created for all requested targets' If the 'inputs.os' list ends with a newline the check fails. --- 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