Add checkout action to dispatcher workflow
This commit is contained in:
1
.github/workflows/dispatcher.yml
vendored
1
.github/workflows/dispatcher.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
server: ${{ steps.check.outputs.server }}
|
server: ${{ steps.check.outputs.server }}
|
||||||
ui: ${{ steps.check.outputs.ui }}
|
ui: ${{ steps.check.outputs.ui }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Determine which tests to run
|
- name: Determine which tests to run
|
||||||
id: check
|
id: check
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user