Update multiline.yaml #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | ||
push | ||
jobs: | ||
idle: | ||
name: Idle is doing only prints | ||
runs-on: ubuntu-latest | ||
steps: | ||
- | ||
name: doing steps | ||
run: echo Idle Step | ||
run: sleep 10 | ||
Check failure on line 11 in .github/workflows/names.yaml GitHub Actions / .github/workflows/names.yamlInvalid workflow file
|
||
run: echo Done! |