Skip to content

Commit a533f37

Browse files
authored
Update repoId in triage-agent.yml workflow
1 parent f958adf commit a533f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triage-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
PAYLOAD: >-
5656
{
5757
"authToken": "${{ secrets.GITHUB_TOKEN }}",
58-
"repoId": "chagong/vscode-java-pack",
58+
"repoId": "microsoft/vscode-java-pack",
5959
"issueData": {
6060
"id": ${{ steps.get_issue.outputs.id }},
6161
"user": ${{ toJson(steps.get_issue.outputs.user) }},

0 commit comments

Comments
 (0)