Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 706 Bytes

demo-04.md

File metadata and controls

21 lines (18 loc) · 706 Bytes

Demo 04 - Context Object Demo Instructions

I provide some high level instructions on how to run this demo.

Estimated Demo Time: X Minutes

  • Open the mickeygoussetorg/intro-to-github-actions-talk repo
  • Show the .github/workflows folder
  • Open demo-04.yml in web browser
  • Walk through file and explain what is happening
    • Explain GitHub Context Object
    • Explain the toJSON function
    • Briefly look at other objects
  • Click the Actions Tab
  • Click Demo 04
  • Run the workflow against the main branch
  • Click into the workflow run
  • View Results
    • GitHUb Context Object
    • Talk about how you can use that "stuff" in workflows
    • Talk about how you can do more than just CI/CD