diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 48956a9bfaf..39bce469659 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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' }}