Skip to content

Commit 8c258b4

Browse files
authored
Merge pull request #7 from geekcell/move-to-outputs
move env vars to outputs
2 parents 134d1cd + eebae74 commit 8c258b4

File tree

5 files changed

+11292
-40749
lines changed

5 files changed

+11292
-40749
lines changed

README.md

+2-2
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

+2-2
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)