set output at proper place

This commit is contained in:
Denis Rouzaud 2021-02-02 13:52:46 +01:00 committed by Nyall Dawson
parent 12a220bb18
commit 3004f3bfb6

View File

@ -79,6 +79,8 @@ IF(NOT ${NUMWARN} EQUAL 0 OR NOT ${TESTRES} EQUAL 0)
MESSAGE("")
MESSAGE(" ${Yellow}Test results submitted to${ColorReset}")
MESSAGE(" ${BoldYellow}${SHORTURL}${ColorReset}" )
# Github workflow output
MESSAGE("::set-output name=CDASH_URL::${SHORTURL}$")
MESSAGE("")
SET(LEVEL "")
IF(NOT ${TESTRES} EQUAL 0)