forked from mickeygoussetorg/intro-to-github-actions-talk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4463098
commit 6435d2f
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |