From 5fdeaf265049cd61a7a0968a965ecbd0606a176a Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:21:49 -0800 Subject: [PATCH] Update pull-request.yml --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f387698bce..5f25b289bf 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -443,8 +443,8 @@ jobs: uses: actions/checkout@v4 - name: Validate CodeRabbit.ai Approval run: | - chmod +x $GITHUB_WORKSPACE/.github/workflows/scripts/validate-coderabbit.sh - $GITHUB_WORKSPACE/.github/workflows/scripts/validate-coderabbit.sh + chmod +x .github/workflows/scripts/validate-coderabbit.sh + .github/workflows/scripts/validate-coderabbit.sh env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER: ${{ github.event.pull_request.number }}