'Can you make changes to a git repository without the commit showing up in the commit history?

I have a project on GitHub, which has an automatic GitHub build.yml CI file. This task compiles the project, and commits and pushes the executable built to the repository.

The executable is pushed using a bot account (github-actions[bot])

Now, this may not be possible, but is there a way to make it so this commit message

this commit message doesn't show up in the repository's commit history (and on the front page of the repository)?

git


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source