From 2368b9f39e4d33f01d544d375a54dd5bd2d4129b Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Thu, 29 Aug 2024 13:47:26 +0200 Subject: [PATCH] fix checkout step --- .github/workflows/release-branchoff-stable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-branchoff-stable.yml b/.github/workflows/release-branchoff-stable.yml index 21bfe2ec8b9e..4d02bd3a7bec 100644 --- a/.github/workflows/release-branchoff-stable.yml +++ b/.github/workflows/release-branchoff-stable.yml @@ -47,6 +47,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + with: ref: master - name: Prepare tooling