Update jenkins/valet-custom-transformers-lab.md

This commit is contained in:
Begona Guereca
2022-08-22 14:37:24 -07:00
committed by GitHub
parent db6470bbb4
commit c025b21e11
+1 -1
View File
@@ -130,7 +130,7 @@ When you open the file you should see the following changes in the GitHub Action
- # - key: time
- # value:
- # isLiteral: true
- # value: 80
- # value: 30
+ - name: Sleep for 30 seconds
+ run: sleep 30s
+ shell: bash