File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments