GitHub Actions workflow for post metrics almost works
← Home | ← All notes | View Full Version
A few days ago, I posted about a script I wrote. The script computes computes post metrics on my website. That's what I used to author my (We)blogging Rewind 2023 posts. Because I want the script to run at periodic intervals, I automated the process using GitHub Actions.
The script is scheduled to run on the first of every month and I'm happy to report that it works! Kind of.
[Image: Image of an unsuccessful run of a GitHub Actions workflow]
The GitHub Action was successfully triggered at the defined interval. Unfortunately, the script failed due to a user error which I've since fixed. Come February 1st, everything should work as expected though, so I'm happy about that.