mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
Update Docs
This commit is contained in:
parent
d6bd336131
commit
b9c8ec486e
@ -117,6 +117,7 @@ The following is an extended example with all available options.
|
|||||||
skip_checkout: true
|
skip_checkout: true
|
||||||
|
|
||||||
# Optional. Skip internal call to `git push`
|
# Optional. Skip internal call to `git push`
|
||||||
|
skip_push: true
|
||||||
|
|
||||||
# Optional. Prevents the shell from expanding filenames.
|
# Optional. Prevents the shell from expanding filenames.
|
||||||
# Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html
|
# Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html
|
||||||
|
|||||||
@ -364,8 +364,7 @@ cat_github_output() {
|
|||||||
|
|
||||||
assert_line "::debug::git-push will not be executed."
|
assert_line "::debug::git-push will not be executed."
|
||||||
|
|
||||||
# Assert that the commit has been pushed with --force and
|
# Assert that the sha values are not equal on local and remote
|
||||||
# sha values are not equal on local and remote
|
|
||||||
current_sha="$(git rev-parse --verify --short ${FAKE_DEFAULT_BRANCH})"
|
current_sha="$(git rev-parse --verify --short ${FAKE_DEFAULT_BRANCH})"
|
||||||
remote_sha="$(git rev-parse --verify --short origin/${FAKE_DEFAULT_BRANCH})"
|
remote_sha="$(git rev-parse --verify --short origin/${FAKE_DEFAULT_BRANCH})"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user