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
|
||||
run: |
|
||||
if [ "${{ steps.tests.conclusion }}" == "success" ]; then
|
||||
nice_str=echo "✅ **PASSED**"
|
||||
nice_str="✅ **PASSED**"
|
||||
elif [ "${{ steps.tests.conclusion }}" == "failure" ]; then
|
||||
nice_str="❌ **FAILED**"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user