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
| `deployment_id` | | Use an existing deployment instead of creating a new one (e.g. `${{ github.event.deployment.id }}`) |
86
86
| `override` | `false` | whether to mark existing deployments of this environment as inactive |
87
+
| `payload` | | JSON-formatted dictionary with extra information about the deployment |
87
88
88
89
The following [`outputs`](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions#steps-context) are available:
89
90
@@ -161,13 +162,13 @@ This is best used after `step: start` and should follow whatever deployment task
161
162
162
163
In addition to the [core configuration](#configuration), the following [`inputs`](https://help.github.com/en/articles/workflow-syntax-for-github-actions#jobsjob_idstepswith) are available:
| `status` | | provide the current deployment job status `${{ job.status }}` |
167
-
| `deployment_id` | | identifier for deployment to update (see outputs of [`step: start`](#step-start)) |
168
-
| `env_url` | | URL to view deployed environment |
169
-
| `override` | `true` | whether to manually mark existing deployments of this environment as inactive |
170
-
| `auto_inactive` | `true` | whether to let GitHub handle marking existing deployments of this environment as inactive ([if and only if a new deployment succeeds](https://docs.github.com/en/rest/reference/deployments#inactive-deployments)). |
| `status` | | provide the current deployment job status `${{ job.status }}` |
168
+
| `deployment_id` | | identifier for deployment to update (see outputs of [`step: start`](#step-start)) |
169
+
| `env_url` | | URL to view deployed environment |
170
+
| `override` | `true` | whether to manually mark existing deployments of this environment as inactive |
171
+
| `auto_inactive` | `true` | whether to let GitHub handle marking existing deployments of this environment as inactive ([if and only if a new deployment succeeds](https://docs.github.com/en/rest/reference/deployments#inactive-deployments)). |
0 commit comments