github-release-resource icon indicating copy to clipboard operation
github-release-resource copied to clipboard

option to disable the implicit get on a put

Open rnag opened this issue 6 years ago • 0 comments

Is there any way to disable the implicit get on a put operation? In my pipeline I am only using this resource in a put step, and I don't think it matters in my case whether the release fails to create or not. So ideally I'd want to pass something like this:

get_params: {skip_download: true}

anyone know if there is already an existing option that i'm overlooking? I could find anything similar to this in the docs, so i was curious if this was already supported.

rnag avatar Aug 23 '19 18:08 rnag