Skip to content

Custom args in yml file #253

Open
Open
@BulatInDrive

Description

@BulatInDrive

Is it possible to pass custom args to a danger script file?

with:
  args: -myarg ${{ someValue }}

So that in the script I can get it like

danger(args) {
    val myValue = customArgs["myarg"]
}

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