From 8b69b9b534c95ad93cbeb65c9d49c95c8cefd5ab Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Wed, 16 Oct 2024 11:06:45 +0200 Subject: [PATCH] lol --- .github/workflows/source-vendor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source-vendor.yml b/.github/workflows/source-vendor.yml index 023d24dc98c..c8e7fb3b1d5 100644 --- a/.github/workflows/source-vendor.yml +++ b/.github/workflows/source-vendor.yml @@ -21,7 +21,7 @@ jobs: echo ls -a libs/cxxopts ls -a libs/cxxopts git ls-files > files_to_include.txt - git submodule foreach --recursive 'git ls-files | sed "s|^|$path/|"' >> files_to_include.txt + git submodule foreach --quiet 'git ls-files | sed "s|^|$path/|"' >> files_to_include.txt echo trying to include the following files: cat files_to_include.txt echo tar: