Skip to content

Commit f83b412

Browse files
committed
Still working on better automated git commit messages in main branch...
1 parent cacaa62 commit f83b412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git config --global user.name "openMINDS pipeline"
5353
if [[ $(git add . --dry-run | wc -l) -gt 0 ]]; then
5454
git add .
55-
git commit -m "build triggered by changes to openMINDS schemas and/or instances"
55+
git commit -m "build triggered by ${{ github.event_name }}"
5656
git push -f
5757
else
5858
echo "Nothing to commit"

0 commit comments

Comments
 (0)