Limit message to first line of comment

This commit is contained in:
Luc 2022-06-17 17:43:55 +08:00
parent a03d33405a
commit a614e23565
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ cd $GITHUB_WORKSPACE
echo $STEPS_CONTEXT
step=$1
status=$2
export BODYMESSAGE="$(git log -1 $GITHUB_SHA --pretty="%B")"
export BODYMESSAGE="$(git log -1 $GITHUB_SHA --pretty=oneline --abbrev-commit)"
export BACKTICK='`';
export TIMESTAMP=$(date --utc +%FT%TZ);
export GITHUB_ACTOR_NAME="$(git log -1 $GITHUB_SHA --pretty="%aN")";

View File

@ -19,7 +19,6 @@
*/
#include "src/core/esp3d.h"
#error test
//global variable
Esp3D myesp3d;