mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 14:30:42 +08:00
Limit message to first line of comment
This commit is contained in:
parent
a03d33405a
commit
a614e23565
2
.github/ci/final-check.sh
vendored
2
.github/ci/final-check.sh
vendored
@ -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")";
|
||||
|
@ -19,7 +19,6 @@
|
||||
*/
|
||||
|
||||
#include "src/core/esp3d.h"
|
||||
#error test
|
||||
//global variable
|
||||
Esp3D myesp3d;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user