Skip to content

There is no line break between host and the custom job #2368

Description

@Danil42Russia
  custom-${name_name}:
    needs:
      - plan
    uses: ./.github/workflows/${name_name}.yml
    with:
      plan: ${{ needs.plan.outputs.val }}
    secrets: inherit
  # Determines if we should publish/announce
  host:
    needs:
      - plan
      - build-global-artifacts
      - custom-${name_name}

Current behaviour:

    secrets: inherit #
  # Determines if we should publish/announce
  host:

Expected behaviour:

    secrets: inherit

  # Determines if we should publish/announce
  host:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions