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
On the generated project, when test.yml runs at step Run Danger, we can see a warning as the following screenshot:
The warning says we are passing unexpected inputs to the download artifact. In our codebase, we are passing three such inputs - github_token, workflow, and workflow_conclusion in the following lines.
In order to avoid warnings caused by these unexpected inputs, we can remove them.
Who Benefits?
@nimblehq/web-chapter
The text was updated successfully, but these errors were encountered:
Why
On the generated project, when test.yml runs at step
Run Danger
, we can see a warning as the following screenshot:The warning says we are passing unexpected inputs to the download artifact. In our codebase, we are passing three such inputs -
github_token
,workflow
, andworkflow_conclusion
in the following lines.In order to avoid warnings caused by these unexpected inputs, we can remove them.
Who Benefits?
@nimblehq/web-chapter
The text was updated successfully, but these errors were encountered: