Skip to content

Commit

Permalink
Update organization field in copilot-usage action to use repository o…
Browse files Browse the repository at this point in the history
…wner dynamically
  • Loading branch information
austenstone committed Apr 25, 2024
1 parent 41c659e commit c4369bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: austenstone/copilot-usage@main
with:
organization: 'octodemo'
organization: ${{ github.repository_owner }}
github-token: ${{ secrets.TOKEN }}
- uses: austenstone/job-summary-to-pdf@main
id: pdf
Expand Down

0 comments on commit c4369bf

Please sign in to comment.