Skip to content

Commit eebae74

Browse files
committed
* Upgrade dependencies
* Move ENV vars to output vars
1 parent 134d1cd commit eebae74

File tree

5 files changed

+11292
-40749
lines changed

5 files changed

+11292
-40749
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ This action is great for executing migrations or other pre/post deployment steps
7575

7676
| parameter | description |
7777
| --- | --- |
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. |
8080
| log-output | The log output of the task that was ran, if `tail-logs` was set to true. |
8181
<!-- action-docs-outputs -->
8282

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ inputs:
5050

5151
outputs:
5252
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.'
5454
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.'
5656
log-output:
5757
description: 'The log output of the task that was ran, if `tail-logs` was set to true.'
5858

0 commit comments

Comments
 (0)