Skip to content

Commit

Permalink
ci: Set result correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 12, 2024
1 parent 4af8e94 commit ec6e796
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
id: module_names
with:
script: |
const core = require('@actions/core')
const script = require('./.github/scripts/get_module_path.js')
console.log('Raw modules_files:', '${{ steps.filter.outputs.modules_files }}')
const files = JSON.parse('${{ steps.filter.outputs.modules_files }}')
Expand All @@ -88,8 +89,8 @@ jobs:
- name: debug
run: |
echo ${{ steps.filter.outputs.modules_files }}
echo ${{ steps.module_names.outputs.result }}
echo "Modules files: ${{ steps.filter.outputs.modules_files }}"
echo "Module names: ${{ steps.module_names.outputs.result }}"
nf-core-lint-modules:
runs-on: ${{ github.event.inputs.runners || 'self-hosted' }}
Expand Down

0 comments on commit ec6e796

Please sign in to comment.