Skip to content

First Workflow

First Workflow #2

Workflow file for this run

name: First Workflow
on: workflow_dispatch
jobs:
first-job:
runs-on: ubuntu-latest
steps:
- name: print-greeting
run: echo "I love Github Actions"
- name: print-another
run: echo "This is dope!"