We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b69e1 commit f2377acCopy full SHA for f2377ac
action.yml
@@ -58,13 +58,20 @@ inputs:
58
description: The name of the artifact to create
59
required: false
60
default: "copilot-usage"
61
+
62
outputs:
63
result:
64
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
69
since:
70
description: The date since which the usage metrics are shown
71
until:
72
description: The date until which the usage metrics are shown
73
+ days:
74
+ description: The number of days for which usage metrics are shown
75
runs:
76
using: "node20"
77
main: "dist/index.js"
0 commit comments