Skip to content

Commit

Permalink
Refactor job.summary.ts to include Copilot seat assignments and updat…
Browse files Browse the repository at this point in the history
…e CI workflow
  • Loading branch information
austenstone committed Apr 25, 2024
1 parent 77cc32b commit 5f6bb85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
run:
name: Copilot Usage
runs-on: ubuntu-latest
steps:
- uses: austenstone/copilot-usage@main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
run:
name: Copilot Usage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/run.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getBooleanInput, getInput, info, setOutput, summary } from "@actions/core";
import { getBooleanInput, getInput, info, setOutput } from "@actions/core";
import { getOctokit } from "@actions/github";
import { CopilotUsageResponse } from "./types";
import { DefaultArtifactClient } from "@actions/artifact";
Expand Down

0 comments on commit 5f6bb85

Please sign in to comment.