The following documentation outlines how to send an empty commit to trigger various kinds of things in a repository.
So, if we want to send an empty commit, we want to have something like the following in the terminal.
git commit --allow-empty -m "Empty commit"
git push
If you are still having issues, refer to the following documentation link.