The workflows create commits and push to the repo - eg. here https://github.com/open-craft/phd-cluster-template/blob/fba6ab9f6e440b94b7e8ecec331735b1f561b1c4/.github/workflows/update-instance.yml#L79
However, it's not clear at first look where these commits come from. For example, you'll see a list like this in the commit history:
It would be nice to add more details to the commit message (and maybe the commit author too), to make it clear that this was an automated commit, and a note about which workflow and workflow run it came from. This will help us in future debugging.
The workflows create commits and push to the repo - eg. here https://github.com/open-craft/phd-cluster-template/blob/fba6ab9f6e440b94b7e8ecec331735b1f561b1c4/.github/workflows/update-instance.yml#L79
However, it's not clear at first look where these commits come from. For example, you'll see a list like this in the commit history:
It would be nice to add more details to the commit message (and maybe the commit author too), to make it clear that this was an automated commit, and a note about which workflow and workflow run it came from. This will help us in future debugging.