We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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"] }