diff options
| author | kumvijaya <kumvijaya@gmail.com> | 2026-03-29 23:09:34 +0530 |
|---|---|---|
| committer | kumvijaya <kumvijaya@gmail.com> | 2026-03-29 23:09:34 +0530 |
| commit | 88a1dc8d28ef7dd2d6dbe0ce9f59dd28943eff5e (patch) | |
| tree | 7e1c5b57f7f4892edcc48d24f16a670a4d5c1310 /.github/workflows | |
| parent | c706d31207c10ce0bec1d46d50685df6bd7bfacd (diff) | |
| download | vyos-build-88a1dc8d28ef7dd2d6dbe0ce9f59dd28943eff5e.tar.gz vyos-build-88a1dc8d28ef7dd2d6dbe0ce9f59dd28943eff5e.zip | |
T8444: smoke test workflow checkout to use target branch
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/package-smoketest.yml | 4 |
1 files 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: |
