cmc/ccleberg
GitHub profile README
clone: git clone https://gitbay.org/cmc/ccleberg.git
a4ec26221e1e13dd3f6f9073d0abb9e25b84a302
signed_unknown_key
author: Christian Cleberg <hello@cleberg.net> · 2025-12-04T01:36:27Z
committer: <noreply@github.com>
.github/workflows/blog-post-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -1,7 +1,7 @@ name: Latest blog post workflow on: schedule: # Run workflow automatically - - cron: '0 * * * *' # Runs every hour, on the hour + - cron: '0 0 * * *' # Runs every hour, on the hour workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly permissions: contents: write # To write the generated contents to the readme