mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix bad cut & paste
This commit is contained in:
parent
6cd37bf16f
commit
14f5bf9658
1 changed files with 1 additions and 1 deletions
|
@ -246,11 +246,11 @@ jobs:
|
|||
run: |
|
||||
t=$(shuf -i 1-30 -n 1); echo "Sleeping $t seconds"; sleep "$t"
|
||||
|
||||
- name: Merge Test Run Artifacts
|
||||
- name: Wait For Artifacts
|
||||
run: |
|
||||
sleep 20
|
||||
|
||||
- name: Merge Test Run Artifacts
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact/merge@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue