generated from ActionsDesk/ps-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaction.yml
22 lines (22 loc) · 1004 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: 'enterprise-members-report-action'
description: 'Generates the report of organization members in an enterprise, outside collaborators and pending invitations'
author: 'GitHub'
inputs:
enterprise:
required: true
description: 'The enterprise where we want to generate the report'
format:
required: true
description: 'Determines how the output parameter will be formatted. Supports: json, markdown, csv and html'
licenseUsage:
required: false
description: 'Will merge in the output from an enterprise license usage csv available from https://github.com/enterprises/{{enterprise}}/enterprise_licensing/download_consumed_licenses'
licenseUsageChanged:
required: false
description: 'When the license usage data was generated so that it can be included in the reports'
outputs:
data:
description: 'The data extracted from the license API calls in the format specified. The type of the output is always string'
runs:
using: 'node20'
main: 'dist/index.js'