From da2fd6f2563fe3e4f2af8be73b864088564e263d Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 24 Aug 2023 00:12:15 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5c834a2..0b037d5 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Update flake.lock' -description: 'Update your flake.lock and send a PR' +name: 'Update Nix Flake Lock' +description: 'Update your Nix flake.lock and send a PR' inputs: inputs: description: 'A space-separated list of inputs to update. Leave empty to update all inputs.'