Skip to content

Commit 4d2b4e8

Browse files
authored
Update deploy.yml
1 parent a947ca2 commit 4d2b4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
-H "Authorization: token $ORG_PAT" \
5555
-H "Accept: application/vnd.github+json" \
5656
-H "Content-Type: application/json" \
57-
-d '{"team_reviewers":["ai4sdlc-reviewer"]}' \
57+
-d '{"team_reviewers":["ai4sdlc-reviewers"]}' \
5858
https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/requested_reviewers
5959
6060
# Build stage - converting md file to html using MkDocs

0 commit comments

Comments
 (0)