Add name to checkout step in dispatcher.yml

This commit is contained in:
Hatvani Tamás
2025-11-12 19:27:29 +01:00
committed by GitHub
parent da3b1c8c00
commit 4ffec0f05d

View File

@@ -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: |