Skip to content

Commit f2377ac

Browse files
committed
feat: add additional output fields for organization and seat details in action.yml
1 parent 86b69e1 commit f2377ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,20 @@ inputs:
5858
description: The name of the artifact to create
5959
required: false
6060
default: "copilot-usage"
61+
6162
outputs:
6263
result:
6364
description: The copilot usage as a JSON string
65+
result-org-details:
66+
description: The copilot organization details
67+
result-seats:
68+
description: The copilot seat details
6469
since:
6570
description: The date since which the usage metrics are shown
6671
until:
6772
description: The date until which the usage metrics are shown
73+
days:
74+
description: The number of days for which usage metrics are shown
6875
runs:
6976
using: "node20"
7077
main: "dist/index.js"

0 commit comments

Comments
 (0)