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 A string containing 'user data' which may be used to configure the Droplet on first boot, often a 'cloud-config' file or Bash script. It must be plain text and may not exceed 64 KiB in size.
/** @description The name of the task for the deployment (e.g., `deploy` or `deploy:migrations`). */
101601
101601
readonly task?: string;
101602
101602
/** @description The name of the environment that was deployed to (e.g., `staging` or `production`). */
101603
-
readonly environment?: string | null;
101603
+
readonly environment?: string;
101604
101604
/** @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)." */
/** @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)." */
/** @description The name of the task for the deployment (e.g., `deploy` or `deploy:migrations`). */
101601
101601
readonly task?: string;
101602
101602
/** @description The name of the environment that was deployed to (e.g., `staging` or `production`). */
101603
-
readonly environment?: string | null;
101603
+
readonly environment?: string;
101604
101604
/** @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)." */
/** @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)." */
/** @description The name of the task for the deployment (e.g., `deploy` or `deploy:migrations`). */
101900
101900
task?: string;
101901
101901
/** @description The name of the environment that was deployed to (e.g., `staging` or `production`). */
101902
-
environment?: string | null;
101902
+
environment?: string;
101903
101903
/** @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)." */
101904
101904
per_page?: components["parameters"]["per-page"];
101905
101905
/** @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)." */
/** @description The name of the task for the deployment (e.g., `deploy` or `deploy:migrations`). */
101601
101601
task?: string;
101602
101602
/** @description The name of the environment that was deployed to (e.g., `staging` or `production`). */
101603
-
environment?: string | null;
101603
+
environment?: string;
101604
101604
/** @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)." */
101605
101605
per_page?: components["parameters"]["per-page"];
101606
101606
/** @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