diff --git a/.github/workflows/reviewyml b/.github/workflows/review.yml similarity index 95% rename from .github/workflows/reviewyml rename to .github/workflows/review.yml index d2cefaf..2766bc9 100644 --- a/.github/workflows/reviewyml +++ b/.github/workflows/review.yml @@ -25,4 +25,4 @@ jobs: # REVIEW_SEVERITY_THRESHOLD: warning # REVIEW_EXCLUDE_PATHS: "vendor/*,node_modules/*" # REVIEW_TOKEN: ${{ secrets.REVIEW_TOKEN }} - run: php bin/review + run: php /app/bin/review