From 968378e8bbd0b57302c86b807ba325b31949bb7f Mon Sep 17 00:00:00 2001 From: trev Date: Sat, 17 May 2025 04:09:13 -0400 Subject: [PATCH] style: rename --- .actions/init/action.yaml | 2 +- .actions/push/action.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.actions/init/action.yaml b/.actions/init/action.yaml index df82d8d..1b16292 100644 --- a/.actions/init/action.yaml +++ b/.actions/init/action.yaml @@ -1,5 +1,5 @@ name: "Initialize" -description: "install nix & use cachix" +description: "Install nix & use cachix" inputs: token: diff --git a/.actions/push/action.yaml b/.actions/push/action.yaml index 49c6f1a..4df6da0 100644 --- a/.actions/push/action.yaml +++ b/.actions/push/action.yaml @@ -1,5 +1,5 @@ -name: "docker push" -description: "push to docker registry" +name: "Docker Push" +description: "Push to docker registry" inputs: server_url: