Skip to content

Commit

Permalink
Update optional_checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Jan 28, 2025
1 parent 955b318 commit 5dceac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/optional_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
python \
"$GITHUB_WORKSPACE/.ci/get-workflow-status.py" \
"$trigger_phrase" \
|| { echo ${comment}; exit 1; }
|| { echo "${comment}"; exit 1; }
done

0 comments on commit 5dceac8

Please sign in to comment.