update min score
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
|
||||
run: |
|
||||
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
|
||||
if (( $PERCENTAGE < 110 ))
|
||||
if (( $PERCENTAGE < 100 ))
|
||||
then
|
||||
echo Score too low!
|
||||
exit 1
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
|
||||
run: |
|
||||
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
|
||||
if (( $PERCENTAGE < 110 ))
|
||||
if (( $PERCENTAGE < 100 ))
|
||||
then
|
||||
echo Score too low!
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user