Skip to content

Commit 30bc4ef

Browse files
committed
docs: remove HEAD and HEAD^ from version_old, version_new defaults
1 parent 07a5bf2 commit 30bc4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ SSC issues currently checked for:
3232
| --------------------- | -------------------------------------------------------------------------------------------------- | -------- | -------------------------- |
3333
| github_token | | Yes | - |
3434
| project_repo | Repository name (owner/repo) | No | {{ github.repository }} |
35-
| version_old | Base version/ref to analyze, | No | HEAD |
36-
| version_new | New version/ref for diff analysis | No | HEAD^ |
35+
| version_old | Base version/ref to analyze, | No | - |
36+
| version_new | New version/ref for diff analysis | No | - |
3737
| differential_analysis | Whether to perform differential analysis (true/false) | No | false |
3838
| package_manager | Package manager (npm, yarn-classic, yarn-berry, pnpm, maven) | Yes | - |
3939
| name_match | Compare the package names with the name in the in the package.json file. Will slow down execution. | No | false |

0 commit comments

Comments
 (0)