Plugins: Improve levitate report on forks (#107252)

This commit is contained in:
Hugo Kiyodi Oshiro
2025-07-08 14:52:02 +02:00
committed by GitHub
parent d5a1781fb6
commit 6c1ff32501
3 changed files with 12 additions and 1 deletions
+4
View File
@@ -67,5 +67,9 @@ echo "message=$GITHUB_MESSAGE" >>"$GITHUB_OUTPUT"
mkdir -p ./levitate
echo "$GITHUB_LEVITATE_MARKDOWN" >./levitate/levitate.md
if [[ "$IS_FORK" == "true" ]]; then
cat ./levitate/levitate.md
fi
# We will exit the workflow accordingly at another step
exit 0