From 06e885af96fc0bfd5c9988263c1a5ca263d10e5f Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Thu, 12 Dec 2024 10:49:33 -0600 Subject: [PATCH] Try changing the result-encoding --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b4463bfd05e..db2f77df1fd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -77,6 +77,7 @@ jobs: uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 id: module_names with: + result-encoding: string script: | const script = require('./.github/scripts/get_module_path.js') console.log('Raw modules_files:', '${{ steps.filter.outputs.modules_files }}')