From a24673044177aa6e82e157bc96b1d67bfeb9668c Mon Sep 17 00:00:00 2001 From: Vibhu Prashar Date: Mon, 26 Aug 2024 16:01:01 +0530 Subject: [PATCH] test: add custom workflow to run based upon comment on PR(take 17) Signed-off-by: Vibhu Prashar --- .github/workflows/custom-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom-test.yaml b/.github/workflows/custom-test.yaml index 0a5aa06..2f42cee 100644 --- a/.github/workflows/custom-test.yaml +++ b/.github/workflows/custom-test.yaml @@ -14,7 +14,7 @@ jobs: id: comment-branch - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ steps.comment-branch.outputs.head_ref }}