From af0d74ca25b1499474e85738995e0108c4d0b4c6 Mon Sep 17 00:00:00 2001 From: Jayasanka Date: Fri, 27 Oct 2023 10:48:14 -0700 Subject: [PATCH] Update documentation --- e2e_test_support_files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e_test_support_files/README.md b/e2e_test_support_files/README.md index 95738c652..6afbc3a1a 100644 --- a/e2e_test_support_files/README.md +++ b/e2e_test_support_files/README.md @@ -23,7 +23,7 @@ The reason for the step: ```yaml - name: Checkout to the release commit - run: git checkout $(git log --grep="^(release)" --format="%H" | head -1) + run: git checkout 'HEAD^{/\(release\)}' ``` is to ensure that the workflow checks out to the specific release commit associated with the pull request. This is