Merge pull request #187 from DeterminateSystems/grahamc-patch-1

Fixup workflow name
This commit is contained in:
Graham Christensen 2025-05-28 11:01:29 -04:00 committed by GitHub
commit c115b81c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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