Skip to content

Update multiline.yaml #2

Update multiline.yaml

Update multiline.yaml #2

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / .github/workflows/names.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/names.yaml (Line: 11, Col: 17): 'run' is already defined .github/workflows/names.yaml (Line: 12, Col: 17): 'run' is already defined
run: echo Done!