Skip to content

Commit

Permalink
[GA] fix script set api label (#2910)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev authored Aug 23, 2024
1 parent c57df43 commit 1104f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_set_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.rest.issues.addLabels({
github.rest.issues.removeLabel({
issue_number: ${{ steps.status.outputs.pr_number }},
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 1104f1b

Please sign in to comment.