Skip to content

1.6 Your first actions workflow #10

1.6 Your first actions workflow

1.6 Your first actions workflow #10

Workflow file for this run

name: 1.6 Your first actions workflow
on: [watch]
jobs:
greetings-from-actions:
name: Greet our reader
runs-on: ubuntu-latest
steps:
- run: echo "hello from GitHub Actions"