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 a460e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,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 a460e24

Please sign in to comment.