Skip to content

Commit 3b4f188

Browse files
authored
Merge pull request #19 from lugi0/feature/auto-approve-lgtm
fix typo
2 parents 9834c16 + 3fe3188 commit 3b4f188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-remove-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
REVIEW_COMMENT_ID: ${{ github.event.review.id }}
4444
REPO_NAME: ${{ github.event.repository.name }}
4545
REPO_OWNER: ${{ github.event.repository.owner.login }}
46-
run:
46+
run: |
4747
gh api \
4848
--method POST \
4949
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)