Update Docs

This commit is contained in:
Stefan Zweifel 2025-12-17 20:21:48 +01:00
parent d6bd336131
commit b9c8ec486e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -117,6 +117,7 @@ The following is an extended example with all available options.
skip_checkout: true
# Optional. Skip internal call to `git push`
skip_push: true
# Optional. Prevents the shell from expanding filenames.
# Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html

View File

@ -364,8 +364,7 @@ cat_github_output() {
assert_line "::debug::git-push will not be executed."
# Assert that the commit has been pushed with --force and
# sha values are not equal on local and remote
# Assert that the sha values are not equal on local and remote
current_sha="$(git rev-parse --verify --short ${FAKE_DEFAULT_BRANCH})"
remote_sha="$(git rev-parse --verify --short origin/${FAKE_DEFAULT_BRANCH})"