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
Copy file name to clipboardExpand all lines: action.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,9 @@ inputs:
28
28
codedeploy-deployment-group:
29
29
description: "The name of the AWS CodeDeploy deployment group, if the ECS service uses the CODE_DEPLOY deployment controller. Will default to 'DgpECS-{cluster}-{service}'."
30
30
required: false
31
+
codedeploy-deployment-description:
32
+
description: "A description of the deployment, if the ECS service uses the CODE_DEPLOY deployment controller."
33
+
required: false
31
34
force-new-deployment:
32
35
description: 'Whether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment.'
core.info(`Deployment started. Watch this deployment's progress in the AWS CodeDeploy console: https://console.aws.amazon.com/codesuite/codedeploy/deployments/${createDeployResponse.deploymentId}?region=${aws.config.region}`);
expect(core.info).toBeCalledWith("Deployment started. Watch this deployment's progress in the AWS CodeDeploy console: https://console.aws.amazon.com/codesuite/codedeploy/deployments/deployment-1?region=fake-region");
837
+
});
838
+
755
839
test('registers the task definition contents at an absolute path',async()=>{
0 commit comments