7 things I learned about GitHub Actions

I’m working on a way to track my fanfiction reading, and using that as an excuse to learn GitHub Actions. I’ve posted 7 new TILs on small things you can do with GitHub Actions and wanted to share those.

My personal experience with learning GitHub Actions has been… interesting. The syntax is very different than what I am expecting, and I don’t always predict correctly whether to use the ${{ }} braces around a variable. I bet if I learned some bash that it would be a bit easier? Maybe? Not sure. But once I muddled through a few of these, I got the hang of the syntax and things are going a little faster now. I still have a ton of questions, and none of it is easy for me, but I also feel like I’ve been bitten by the “automate all the things!” bug, and that’s fun.

Side note: Thanks to Simon Willison’s excellent post about What to blog about, which inspired me to write this!