From 32e67f793b2b9f8aa44eece3d02de45856e250af Mon Sep 17 00:00:00 2001 From: saisravani20 Date: Fri, 23 May 2025 15:58:13 +0530 Subject: [PATCH] update the workflow --- .github/workflows/validate-description.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate-description.yml b/.github/workflows/validate-description.yml index a60b554..22692cb 100644 --- a/.github/workflows/validate-description.yml +++ b/.github/workflows/validate-description.yml @@ -6,10 +6,10 @@ jobs: validate_description: runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Check PR description for work item link + with: + repository: devrev/global-gh-tools + path: .global-checks-tooling run: | echo "Checking PR description for work item link" - python checks/check_pr_description.py "${{ github.event.pull_request.body }}" + python .global-checks-tooling/checks/check_pr_description.py "${{ github.event.pull_request.body }}"