Getting Started with GitHub Actions(Demo project)

name: First Workflow
on: workflow_dispatch
jobs:
first-job:
runs-on: ubuntu-latest
steps:
– name: Print greeting
run: echo “Hello World!”
– name: Print goodbye
run: echo “Done – bye!”

Leave a Reply

Discover more from Cialchemy

Subscribe now to keep reading and get access to the full archive.

Continue reading