Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ This action is great for executing migrations or other pre/post deployment steps

| parameter | description |
| --- | --- |
| task-arn | The full ARN for the task that was ran. Will be added as ENV variable. |
| task-id | The ID for the task that was ran. Will be added as ENV variable. |
| task-arn | The full ARN for the task that was ran. |
| task-id | The ID for the task that was ran. |
| log-output | The log output of the task that was ran, if `tail-logs` was set to true. |
<!-- action-docs-outputs -->

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ inputs:

outputs:
task-arn:
description: 'The full ARN for the task that was ran. Will be added as ENV variable.'
description: 'The full ARN for the task that was ran.'
task-id:
description: 'The ID for the task that was ran. Will be added as ENV variable.'
description: 'The ID for the task that was ran.'
log-output:
description: 'The log output of the task that was ran, if `tail-logs` was set to true.'

Expand Down
Loading