diff options
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: |
