Plugins: Improve levitate report on forks (#107252)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user