]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build-packages: Fix 'check if hashes were created for all requested targets'
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Aug 2023 13:54:18 +0000 (15:54 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Aug 2023 13:54:18 +0000 (15:54 +0200)
If the 'inputs.os' list ends with a newline the check fails.

.github/workflows/build-packages.yml

index 12bedec6cb98b7396be925a7477add07b62b4884..1b45d241168eb8dd2656a52cd97d79383d141eb8 100644 (file)
@@ -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