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:
parent
9d8fdd3f34
commit
98100704ab
2
.github/workflows/release-test.yml
vendored
2
.github/workflows/release-test.yml
vendored
@ -179,7 +179,7 @@ jobs:
|
|||||||
id: generate_results
|
id: generate_results
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ steps.tests.conclusion }}" == "success" ]; then
|
if [ "${{ steps.tests.conclusion }}" == "success" ]; then
|
||||||
nice_str=echo "✅ **PASSED**"
|
nice_str="✅ **PASSED**"
|
||||||
elif [ "${{ steps.tests.conclusion }}" == "failure" ]; then
|
elif [ "${{ steps.tests.conclusion }}" == "failure" ]; then
|
||||||
nice_str="❌ **FAILED**"
|
nice_str="❌ **FAILED**"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user