Skip to content

Demo Workflow

Demo Workflow #1

Workflow file for this run

name: Demo Workflow
on: [workflow_dispatch]
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello NOS!"