From 923c255861f68820fa636df417290e771bbbc7d6 Mon Sep 17 00:00:00 2001 From: Pierrick Bignet Date: Mon, 9 Nov 2020 22:38:54 +0100 Subject: [PATCH] add author name --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index cd5ff70..57f85af 100644 --- a/action.yaml +++ b/action.yaml @@ -1,4 +1,5 @@ name: "action-zip" +author: "Monte Hellawell @montudor" description: "This GitHub action exposes the zip command for use in building/archiving. It is important to note that this action currently only supports Linux." runs: using: "docker"