Skip to content

Commit 5f6bb85

Browse files
committed
Refactor job.summary.ts to include Copilot seat assignments and update CI workflow
1 parent 77cc32b commit 5f6bb85

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/email.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
run:
9+
name: Copilot Usage
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: austenstone/copilot-usage@main

.github/workflows/usage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
run:
9+
name: Copilot Usage
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v4

src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getBooleanInput, getInput, info, setOutput, summary } from "@actions/core";
1+
import { getBooleanInput, getInput, info, setOutput } from "@actions/core";
22
import { getOctokit } from "@actions/github";
33
import { CopilotUsageResponse } from "./types";
44
import { DefaultArtifactClient } from "@actions/artifact";

0 commit comments

Comments
 (0)