@@ -36,14 +36,14 @@ jobs:
36
36
name : Run Action
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : austenstone/copilot-usage@v3.0
39
+ - uses : austenstone/copilot-usage@v4
40
40
with :
41
41
github-token : ${{ secrets.TOKEN }}
42
42
` ` `
43
43
## Example get team usage
44
44
45
45
` ` ` yml
46
- - uses : austenstone/copilot-usage@v3.0
46
+ - uses : austenstone/copilot-usage@v4
47
47
with :
48
48
github-token : ${{ secrets.TOKEN }}
49
49
organization : ' org-slug'
53
53
## Example get enterprise usage
54
54
55
55
` ` ` yml
56
- - uses : austenstone/copilot-usage@v3.0
56
+ - uses : austenstone/copilot-usage@v4
57
57
with :
58
58
github-token : ${{ secrets.TOKEN }}
59
59
enterprise : ' enterprise-slug'
@@ -75,14 +75,14 @@ jobs:
75
75
run:
76
76
runs-on: ubuntu-latest
77
77
steps:
78
- - uses: austenstone/copilot-usage@v3.0
78
+ - uses: austenstone/copilot-usage@v4
79
79
with:
80
80
github-token: ${{ secrets.TOKEN }}
81
81
- uses: austenstone/[email protected]
82
82
id: pdf
83
83
with:
84
84
name: copilot-usage
85
- - uses: dawidd6/action-send-mail@v3.0
85
+ - uses: dawidd6/action-send-mail@v4
86
86
with:
87
87
server_address: smtp.gmail.com
88
88
server_port: 465
@@ -156,8 +156,10 @@ The endpoints used by this action...
156
156
157
157
# # Example Job Summary
158
158
159
+ [View latest reports](https://github.com/austenstone/copilot-usage/actions/workflows/usage.yml)
160
+
159
161
<details>
160
- <summary> Click to expand! </summary>
162
+ <summary>Click to expand example! </summary>
161
163
162
164
<h1>Copilot Usage<br>27 days (8/2/2024 - 8/28/2024)</h1>
163
165
<h2>Copilot Chat</h2>
0 commit comments