Skip to content

Commit

Permalink
Demo 01 Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mickey-octodemo committed Sep 20, 2021
1 parent 4463098 commit 6435d2f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions demo-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Demo 01 - Basic Workflow File 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, and mention how all workflows have to go in that folder
- Open demo-01.yml in web browser
- Click Edit pencil to show web browser editor for workflows
- Select blank line and click Control+Space to show intellisense
- Change line 4 to be nammme to show the red lines of something is wrong in the file
- Walk through the basic file and explain what is happening
- Display Name
- Trigger Event
- Job
- Step
- Click the Actions Tab
- Click Demo 01
- Run the workflow against the main branch
- Click into the workflow run
- Explain the main page
- Visualization
- Click the job
- Mention you can view log while workflow is running
- Click Send greeting and see the results

0 comments on commit 6435d2f

Please sign in to comment.