From 45a32cf13c2bac651e09fbef078371e1da3b69c2 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 1 Dec 2023 17:34:57 -0500 Subject: [PATCH] Add explicit `ref` to verify-staged-artifacts.yml **Cherry-pick to `6.1.x`** (cherry picked from commit 9f7acd7d9dcc20609c1f4462fea07fa8050b9052) --- .github/workflows/verify-staged-artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index b7e024b11f..64b3835b41 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -23,6 +23,7 @@ jobs: uses: actions/checkout@v4 with: repository: spring-projects/spring-integration-samples + ref: ${{ github.ref_name }} show-progress: false - name: Set up JDK