@christian.baumann is scheduled to run a “GitHub Actions in Actions” session at MoT Munich. Perhaps Christian could share some of his handy resources here.
I know what you mean about Google and YouTube; it can be hard to find quality content that is not a maze of sorts.
Diving into GitHub Actions requires these few helpful resources I found:
Official Docs: GitHub Actions documentation are good for starters. Well structured, offering workflows, runners, and jobs in detail.
Dev.to Articles: Not a few developers write extensive tutorials about GitHub Actions. Just search for GitHub Actions on dev.to , and you’ll find some nice community-driven guides.
FreeCodeCamp Guide: They have a pretty good beginner guide that details GitHub Actions with crystal-clear examples. Perfectly done, not too much, not too little.
GitHub Action YouTube Playlists: You mentioned YouTube, but there are some quality channels such as GitHub channel and that Tech With Tim conduct well-organized tutorials.
I have been using its docs: Quickstart for GitHub Actions - GitHub Docs - also I am using ChatGPT and GH Copilot like an assistant to setup my workflows to be honest. Important how are we promoting or whats needed. Because AI agents differ is syntax sometimes.
Hence, official docs play huge part and youtube tutorials as well. My go to is also quick youtube tutorial - there are bunch out there What I’d suggest is to start small by simply just integrating it, running it successfully, then add other items as well.
Test Automation University had a course. GitHub Actions for Testing . Pretty basic, and I’m not sure if it’s being updated, but some time ago it was useful