Skip to content

Refactor index.ts to include data property in CopilotUsageResponse #13

Refactor index.ts to include data property in CopilotUsageResponse

Refactor index.ts to include data property in CopilotUsageResponse #13

Workflow file for this run

name: Usage
on:
push:
pull_request:
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
enterprise: octodemo
github-token: ${{ secrets.TOKEN }}