diff --git a/.github/workflows/build_packages.yml b/.github/workflows/build_packages.yml index c747e251512..7aaca725ed0 100644 --- a/.github/workflows/build_packages.yml +++ b/.github/workflows/build_packages.yml @@ -90,7 +90,9 @@ jobs: } | {include: [.include[] | select(.execute == true)]}') echo "matrix=$matrix" - echo "matrix=$matrix" >> $GITHUB_OUTPUT + echo "matrix<> $GITHUB_OUTPUT + echo "$matrix" >> $GITHUB_OUTPUT + echo "EOF" >> $GITHUB_OUTPUT build: name: Build Packages diff --git a/install/rpm/SPECS/SOURCES/product.rpmlintrc b/install/rpm/SPECS/SOURCES/product.rpmlintrc index aa501ada3b1..845931e3c25 100644 --- a/install/rpm/SPECS/SOURCES/product.rpmlintrc +++ b/install/rpm/SPECS/SOURCES/product.rpmlintrc @@ -1,4 +1,4 @@ -########### Ignoring node_modules errors due to lack of ability to influence them +# Ignoring node_modules errors due to lack of ability to influence them addFilter(r'node_modules') # Packages use a non-standard user and group for our project directories, but the user and group are created in %pre common