Skip to content

Commit 391db26

Browse files
committed
Enhance copilot-usage-report workflow: add organization input for improved data collection
1 parent 6349a3e commit 391db26

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/copilot-usage-report.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
on:
22
workflow_dispatch:
3+
inputs:
4+
organization:
5+
description: 'GitHub organization login'
6+
required: true
7+
default: 'octodemo'
38

49
jobs:
510
copilot-usage-report:
@@ -24,7 +29,7 @@ jobs:
2429
2530
## Input Data
2631

27-
- Organization: ${{ github.event.organization.login }}
32+
- Organization: ${{ github.event.inputs.organization || github.event.organization.login }}
2833

2934
- Repository (For issue creation): ${{ github.event.repository.name }}
3035

0 commit comments

Comments
 (0)