Skip to content

Commit b9c8ec4

Browse files
committed
Update Docs
1 parent d6bd336 commit b9c8ec4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The following is an extended example with all available options.
117117
skip_checkout: true
118118

119119
# Optional. Skip internal call to `git push`
120+
skip_push: true
120121

121122
# Optional. Prevents the shell from expanding filenames.
122123
# Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html

tests/git-auto-commit.bats

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,7 @@ cat_github_output() {
364364

365365
assert_line "::debug::git-push will not be executed."
366366

367-
# Assert that the commit has been pushed with --force and
368-
# sha values are not equal on local and remote
367+
# Assert that the sha values are not equal on local and remote
369368
current_sha="$(git rev-parse --verify --short ${FAKE_DEFAULT_BRANCH})"
370369
remote_sha="$(git rev-parse --verify --short origin/${FAKE_DEFAULT_BRANCH})"
371370

0 commit comments

Comments
 (0)