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

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