Fix build_desktop_test for downstream runs

This commit is contained in:
Michael Telatynski 2026-04-09 11:08:43 +01:00
parent d5602ebea8
commit f4bd466b02
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -31,6 +31,10 @@ on:
required: false
description: "Additional arguments to pass to playwright, for e.g. skipping specific tests"
permissions: {}
env:
REPO: ${{ github.action_repository }}
jobs:
test:
name: Test ${{ inputs.project }}
@ -38,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
repository: ${{ github.action_repository }}
repository: ${{ env.REPO }}
persist-credentials: false
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5