Skip to content

Commit 7a7098b

Browse files
authored
better summary
1 parent a2be524 commit 7a7098b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ else
8282
git commit -m "$INPUT_COMMIT_MESSAGE"
8383
git push -fq origin $TARGET_BRANCH > /dev/null
8484
# push is OK?
85-
result="Deploy succeeded"
85+
result="🎉 Deploy succeeded"
8686
if [ $? != 0 ]
8787
then
88-
result="Deploy failed"
88+
result="Deploy failed"
8989
fi
9090
fi
9191

9292
# Set output and summary
9393
echo $result
9494
echo "result=$result" >> $GITHUB_OUTPUT
95-
echo $result >> $GITHUB_STEP_SUMMARY
95+
echo "$result ($BUILD_DIR -> $GITHUB_REPOSITORY/$TARGET_BRANCH)" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)