Skip to content

Commit

Permalink
Try changing the result-encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 12, 2024
1 parent 0327be7 commit 06e885a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}')
Expand Down

0 comments on commit 06e885a

Please sign in to comment.