We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be383a commit ba8ae39Copy full SHA for ba8ae39
.github/workflows/github_copilot_license_management.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/github-script@v7
31
with:
32
github-token: ${{ steps.get_workflow_token.outputs.token }}
33
- result-encoding: string # <-- This is the fix!
+ result-encoding: string
34
script: |
35
try {
36
await github.request('POST /orgs/{org}/copilot/billing/selected_users', {
@@ -133,7 +133,7 @@ jobs:
133
134
135
136
- result-encoding: string # <-- Also added here for consistency
137
138
139
await github.request('DELETE /orgs/{org}/copilot/billing/selected_users', {
0 commit comments