Skip to content

Commit b7ad3b3

Browse files
authored
docs: correct invalid default value in baseRef (#39)
* docs: correct invalid default * Update README.md
1 parent 77c3d01 commit b7ad3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commit, but not the old commit, you may not get accurate results.
1212

1313
#### `base-ref`
1414

15-
Base reference for API compatibility comparison (default: `origin/${GITHUB_BASE_REF}`)
15+
Base reference for API compatibility comparison (default: `github.event.pull_request.base.sha` for PR and `github.event.merge_group.base_sha` for merge queue)
1616

1717
#### `version`
1818

0 commit comments

Comments
 (0)