From 88a1dc8d28ef7dd2d6dbe0ce9f59dd28943eff5e Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Sun, 29 Mar 2026 23:09:34 +0530 Subject: T8444: smoke test workflow checkout to use target branch --- .github/workflows/package-smoketest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index c7168f92..6a909139 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v6 with: repository: ${{ github.repository }} - ref: ${{ github.ref }} + ref: ${{ needs.set_config.outputs.branch }} - name: Generate ISO version string id: version @@ -125,7 +125,7 @@ jobs: uses: actions/checkout@v6 with: repository: ${{ github.repository }} - ref: ${{ github.ref }} + ref: ${{ needs.set_config.outputs.branch }} - uses: actions/download-artifact@v8 with: -- cgit v1.2.3