We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eebf23 commit 5f72082Copy full SHA for 5f72082
1 file changed
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
steps:
145
- name: Remove trusted label
146
run: |
147
- gh api /repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/labels -X DELETE -F label=trusted
+ gh api /repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/labels/trusted -X DELETE
148
env:
149
GITHUB_TOKEN: "${{ github.token }}"
150
0 commit comments