Fixup workflow name

This commit is contained in:
Graham Christensen
2025-05-28 10:52:49 -04:00
committed by GitHub
parent a3640124cb
commit 2ca76c3436

View File

@ -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