1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

release-tests: fix PASSED chat message

This commit is contained in:
Martine Lenders 2023-01-14 09:49:52 +01:00
parent 9d8fdd3f34
commit 98100704ab
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -179,7 +179,7 @@ jobs:
id: generate_results
run: |
if [ "${{ steps.tests.conclusion }}" == "success" ]; then
nice_str=echo "✅ **PASSED**"
nice_str="✅ **PASSED**"
elif [ "${{ steps.tests.conclusion }}" == "failure" ]; then
nice_str="❌ **FAILED**"
fi