We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacaa62 commit f83b412Copy full SHA for f83b412
1 file changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
git config --global user.name "openMINDS pipeline"
53
if [[ $(git add . --dry-run | wc -l) -gt 0 ]]; then
54
git add .
55
- git commit -m "build triggered by changes to openMINDS schemas and/or instances"
+ git commit -m "build triggered by ${{ github.event_name }}"
56
git push -f
57
else
58
echo "Nothing to commit"
0 commit comments