Skip to content

add sleep 10

add sleep 10 #2

Workflow file for this run

name: Our First Workflow
on: push
jobs:
echo:
runs-on: ubuntu-latest
steps:
- run: bash -c "echo 'Hello, GitHub Actions!' && sleep 10"