GitHub Actions: Testing Workflows with Nektos Act
Nektos Act is a tool that enables developers to test their GitHub Action Workflows on their local development machine. This can be a significant productivity enhancement because you no longer need to check workflows into GitHub to test them.
GitHub Actions: Dispatched & Scheduled Workflows with Inputs
How I accomplished writing a GitHub Actions workflow that needed to be manually triggerable and scheduled via cron AND had inputs.
Automate Your Hugo Website Deploys
A quick walkthrough on setting up a GitHub Action to build and deploy your Hugo generated, static HTML website.