We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078e2bc commit 7d5bbf4Copy full SHA for 7d5bbf4
README.md
@@ -417,11 +417,6 @@ Support this project with a :star:
417
# Default: "false"
418
exclude_symlinks: ''
419
420
- # Do not fail when base and head SHAs are identical.
421
- # Type: boolean
422
- # Default: "false"
423
- skip_same_sha: ''
424
-
425
# Fail when the initial diff
426
# fails.
427
# Type: boolean
@@ -686,6 +681,12 @@ Support this project with a :star:
686
681
687
682
skip_initial_fetch: ''
688
683
684
+ # Do not fail when base
685
+ # and head SHAs are identical.
+ # Type: boolean
+ # Default: "false"
+ skip_same_sha: ''
689
+
690
# Tags pattern to ignore.
691
# Type: string
692
tags_ignore_pattern: ''
0 commit comments