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
/** @description The name of the task for the deployment (e.g., `deploy` or `deploy:migrations`). */
108427
108427
task?: string;
108428
108428
/** @description The name of the environment that was deployed to (e.g., `staging` or `production`). */
108429
-
environment?: string;
108429
+
environment?: string | null;
108430
108430
/** @description The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." */
108431
108431
per_page?: components["parameters"]["per-page"];
108432
108432
/** @description The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." */
0 commit comments