We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2540ad1 commit da5437dCopy full SHA for da5437d
1 file changed
github-actionify.sh
@@ -182,7 +182,7 @@ EOL
182
info "Removing obsolete $gitactionNotifyScript (ImageJ Jenkins is dead)"
183
$EXEC git rm -f "$gitactionNotifyScript"
184
fi
185
- $EXEC git diff-index --quiet HEAD -- || $EXEC git ci -m "GitHub Action: remove obsolete files"
+ $EXEC git diff-index --quiet HEAD -- || $EXEC git commit -m "GitHub Action: remove obsolete files"
186
187
# Upgrade version of pom-scijava.
188
if [ -z "$SKIP_PARENT_CHECK" ]
0 commit comments