diff --git a/.github/workflows/license_check.yml b/.github/workflows/license_check.yml index cc24588..4c0f5d8 100644 --- a/.github/workflows/license_check.yml +++ b/.github/workflows/license_check.yml @@ -53,7 +53,7 @@ jobs: echo "FAILED: failed/unknown licenses found" exit 1 else - echo "PASSED: license check successfull" + echo "PASSED: licenses checks successfull" exit 0 fi