Skip to content

Commit bbb8e16

Browse files
Update codacypr.yml
1 parent de0b13c commit bbb8e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codacypr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
REPO_NAME: ${{ github.event.repository.name }}
3131
run: |
3232
curl -s -H "api-token: $CODACY_TOKEN" \
33-
"https://api.codacy.com/api/v3/analysis/organizations/gh/$OWNER/repositories/$REPO_NAME/pullRequests/$PR_NUMBER/issues?severity=MEDIUM,CRITICAL" \
33+
"https://api.codacy.com/api/v3/analysis/organizations/gh/$OWNER/repositories/$REPO_NAME/pull-requests/$PR_NUMBER/issues?severity=MEDIUM,CRITICAL" \
3434
-o codacy_issues.json
3535
echo "Found $(jq '.data.issues | length' codacy_issues.json) issues"
3636

0 commit comments

Comments
 (0)