From 2ca76c3436abec2f959ecd0fb659db5053c8e923 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 28 May 2025 10:52:49 -0400 Subject: [PATCH] Fixup workflow name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f968b..40eb3c0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is a GitHub Action that updates the [`flake.lock`][lockfile] file for your Here's an example GitHub Action workflow using this Action: ```yaml -name: Flake.lock: update Nix dependencies +name: "Flake.lock: update Nix dependencies" on: workflow_dispatch: # allows manual triggering