Skip to content

Commit ba8ae39

Browse files
remove comments
1 parent 1be383a commit ba8ae39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_copilot_license_management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/github-script@v7
3131
with:
3232
github-token: ${{ steps.get_workflow_token.outputs.token }}
33-
result-encoding: string # <-- This is the fix!
33+
result-encoding: string
3434
script: |
3535
try {
3636
await github.request('POST /orgs/{org}/copilot/billing/selected_users', {
@@ -133,7 +133,7 @@ jobs:
133133
uses: actions/github-script@v7
134134
with:
135135
github-token: ${{ steps.get_workflow_token.outputs.token }}
136-
result-encoding: string # <-- Also added here for consistency
136+
result-encoding: string
137137
script: |
138138
try {
139139
await github.request('DELETE /orgs/{org}/copilot/billing/selected_users', {

0 commit comments

Comments
 (0)