Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamcegielka/github-actions-course
https://github.com/adamcegielka/github-actions-course
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamcegielka/github-actions-course
- Owner: adamcegielka
- Created: 2023-08-27T16:49:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T16:00:08.000Z (about 1 year ago)
- Last Synced: 2023-11-04T16:38:04.040Z (about 1 year ago)
- Language: JavaScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learning GitHub-Actions from the course
[GitHub Actions - The Complete Guide](https://www.udemy.com/course/github-actions-the-complete-guide)### About the course:
- About all key GitHub Actions building blocks & components
- How to build and orchestrate both simple and complex workflows
- How to connect workflows to events & configure event details
- How to run jobs or job steps conditionally
- How to manage environment variables
- How to handle job results, outputs and inputs
- How to leverage community actions
- How to build custom actions
- How to secure workflows and jobs
- And much more!