why not
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
6fd3123660
commit
a41472cc3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
if: success() || failure()
|
||||
run: |
|
||||
if [ ${{ job.status }} == 'success' ]; then
|
||||
echo '# ✅' >> $GITHUB_STEP_SUMMARY
|
||||
echo '# ✅ completed suwuccessfully' >> $GITHUB_STEP_SUMMARY
|
||||
else
|
||||
echo '```' >> $GITHUB_STEP_SUMMARY
|
||||
tail -n 20 test_output.log | sed 's/\x1b\[[0-9;]*m//g' >> $GITHUB_STEP_SUMMARY
|
||||
|
|
Loading…
Add table
Reference in a new issue