Skip to content

Commit c4369bf

Browse files
committed
Update organization field in copilot-usage action to use repository owner dynamically
1 parent 41c659e commit c4369bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: austenstone/copilot-usage@main
6060
with:
61-
organization: 'octodemo'
61+
organization: ${{ github.repository_owner }}
6262
github-token: ${{ secrets.TOKEN }}
6363
- uses: austenstone/job-summary-to-pdf@main
6464
id: pdf

0 commit comments

Comments
 (0)