From 0ef4bb327477b9bcdd2fd206c309a7915d0f0258 Mon Sep 17 00:00:00 2001 From: Viktor Petersson Date: Tue, 20 Jul 2021 18:59:32 +0100 Subject: [PATCH] Fixes duplicate name --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8417efd..62e0114 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Balena CLI' +name: 'Balena CLI (Nebra fork)' branding: color: "yellow" icon: "upload-cloud" @@ -21,4 +21,4 @@ runs: using: 'docker' image: 'Dockerfile' args: - - ${{ inputs.balena_command }} \ No newline at end of file + - ${{ inputs.balena_command }}