Skip to content

Commit 21beddc

Browse files
authored
Update copy-to-docs.yml
1 parent 15d0175 commit 21beddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copy-to-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Create an issue in the docs-content repo
3636
run: |
37-
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/docs-content --label "REST,openapi")"
37+
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/docs-content --label "REST,OpenAPI")"
3838
echo 'NEW_ISSUE='$new_issue_url >> $GITHUB_ENV
3939
env:
4040
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}

0 commit comments

Comments
 (0)