Skip to content

Added workflow

Added workflow #1

name: First Workflow
on:
workflow_dispatch:
jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Echo Job 1
run: echo "This is job 1"

Check failure on line 11 in .github/workflows/first-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/first-workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
job2:
runs-on: ubuntu-latest
steps:
- name: Echo Job 2
run: echo "This is job 2"