Skip to content

Commit

Permalink
remove --no-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Oct 18, 2023
1 parent 7ebe921 commit 8a8d8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ push_to_branch() {
fi

echo "PUSH TO BRANCH ${BRANCH}"
git commit --no-verify -m "${INPUT_COMMIT_MESSAGE}"
git push --no-verify --force "${REPO_URL}"
git commit -m "${INPUT_COMMIT_MESSAGE}"
git push --force "${REPO_URL}"

if [ "$INPUT_CREATE_PULL_REQUEST" = true ]; then
create_pull_request "${BRANCH}"
Expand Down

0 comments on commit 8a8d8c3

Please sign in to comment.