You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
The only documented input parameter is upload_url, but the example also specifies asset_path, asset_name and asset_content_type. Where do these come from and how can they possibly be valid if they don't exist as part of the action or the underlying API?
The text was updated successfully, but these errors were encountered:
Furthermore, all of these undocumented input parameters (asset_path, asset_name, and asset_content_type) are required. If you don't specify them in the with clause, you get an error such as the following during the run:
##[error]Input required and not supplied: asset_content_type
So, it would be really good to document these parameters.
The only documented input parameter is
upload_url
, but the example also specifiesasset_path
,asset_name
andasset_content_type
. Where do these come from and how can they possibly be valid if they don't exist as part of the action or the underlying API?The text was updated successfully, but these errors were encountered: