From 4ffec0f05d71046d9e9fb48f8d9267f452a00619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= <75033623+htamas1210@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:27:29 +0100 Subject: [PATCH] Add name to checkout step in dispatcher.yml --- .github/workflows/dispatcher.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dispatcher.yml b/.github/workflows/dispatcher.yml index 7e3ff2d..c14414d 100644 --- a/.github/workflows/dispatcher.yml +++ b/.github/workflows/dispatcher.yml @@ -16,7 +16,8 @@ jobs: server: ${{ steps.check.outputs.server }} ui: ${{ steps.check.outputs.ui }} steps: - - uses: actions/checkout@v4 + - name: checkout repository + uses: actions/checkout@v4 - name: Determine which tests to run id: check run: |