From 4a9c77aec6ff6bab3fbe01e6287a4b54357fd0a3 Mon Sep 17 00:00:00 2001 From: Nikolas De Giorgis Date: Fri, 24 Sep 2021 14:09:20 +0100 Subject: [PATCH] Rename step --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e44dbf9..22ea026 100755 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: runs: using: "composite" steps: - - name: Download the latest kube-linter + - name: Download kube-linter run: | set -euo pipefail case "${{ runner.os }}" in