From a4f26f27bc8a6f8ba2f93d8dfec6513336312b3d Mon Sep 17 00:00:00 2001 From: Yash Singh Date: Sat, 20 Nov 2021 10:09:47 -0800 Subject: [PATCH] Attempt to use branch name --- .github/workflows/pr-labeler-config-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler-config-validator.yml b/.github/workflows/pr-labeler-config-validator.yml index 68c2e3b78..0cbc5f344 100644 --- a/.github/workflows/pr-labeler-config-validator.yml +++ b/.github/workflows/pr-labeler-config-validator.yml @@ -6,6 +6,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Validate Configuration - uses: Yash-Singh1/pr-labeler-config-validator@v0.0.1 + uses: Yash-Singh1/pr-labeler-config-validator@releases/v0.0.2 with: configuration-path: .github/pr-labeler.yml