File tree 5 files changed +11292
-40749
lines changed
5 files changed +11292
-40749
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ This action is great for executing migrations or other pre/post deployment steps
75
75
76
76
| parameter | description |
77
77
| --- | --- |
78
- | task-arn | The full ARN for the task that was ran. Will be added as ENV variable. |
79
- | task-id | The ID for the task that was ran. Will be added as ENV variable. |
78
+ | task-arn | The full ARN for the task that was ran. |
79
+ | task-id | The ID for the task that was ran. |
80
80
| log-output | The log output of the task that was ran, if `tail-logs` was set to true. |
81
81
<!-- action-docs-outputs -->
82
82
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ inputs:
50
50
51
51
outputs :
52
52
task-arn :
53
- description : ' The full ARN for the task that was ran. Will be added as ENV variable. '
53
+ description : ' The full ARN for the task that was ran.'
54
54
task-id :
55
- description : ' The ID for the task that was ran. Will be added as ENV variable. '
55
+ description : ' The ID for the task that was ran.'
56
56
log-output :
57
57
description : ' The log output of the task that was ran, if `tail-logs` was set to true.'
58
58
You can’t perform that action at this time.
0 commit comments