Skip to content

Commit cc5beb7

Browse files
authored
Update README.md
1 parent 585607c commit cc5beb7

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ You can explore the presentation below and use it as a reference for learning ab
66

77
## Presentation Overview
88

9-
### Topics Covered:
9+
### Topics Covered
10+
1011
- What is GitHub Actions?
1112
- Why use GitHub Actions?
1213
- Understanding CI/CD
@@ -19,14 +20,16 @@ You can explore the presentation below and use it as a reference for learning ab
1920
- Advanced Workflow Features
2021
- Best Practices for Security and Monitoring
2122

22-
### GitHub Actions Features Discussed:
23+
### GitHub Actions Features Discussed
24+
2325
- Automating testing, deployment, and other tasks
2426
- Handling multiple environments with matrix builds
2527
- Using secrets and environment variables securely
2628
- Self-hosted runners vs GitHub-hosted runners
2729
- Integration with various CI/CD tools
2830

29-
### Cool & Fun Examples:
31+
### Cool & Fun Examples
32+
3033
- Automating coffee brewing with GitHub Actions
3134
- Real-world examples like auto-deploying apps, running tests, and automating documentation
3235

@@ -36,9 +39,12 @@ You can explore the presentation below and use it as a reference for learning ab
3639
- **Resources**: Links to related GitHub repositories, articles, and real-world use cases.
3740
- **Examples**: YAML snippets and sample configurations for setting up GitHub Actions workflows.
3841

39-
### Key Links:
40-
- [GitHub Actions Docs](https://docs.github.com/en/actions)
41-
- [GitHub Actions in Action (Book)](https://www.manning.com/books/github-actions-in-action)
42+
### Links
43+
44+
- https://docs.github.com/en/actions
45+
- https://www.manning.com/books/github-actions-in-action
46+
- https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
47+
- https://github.com/actions/checkout
4248

4349
## About Me
4450

0 commit comments

Comments
 (0)