From 76138515bc1ae8ab31d0d50cf756d22aecb93991 Mon Sep 17 00:00:00 2001 From: Pierrick Bignet Date: Mon, 9 Nov 2020 22:37:16 +0100 Subject: [PATCH 1/2] add action file --- action.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 action.yaml diff --git a/action.yaml b/action.yaml new file mode 100644 index 0000000..cd5ff70 --- /dev/null +++ b/action.yaml @@ -0,0 +1,5 @@ +name: "action-zip" +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" + image: "Dockerfile" From 923c255861f68820fa636df417290e771bbbc7d6 Mon Sep 17 00:00:00 2001 From: Pierrick Bignet Date: Mon, 9 Nov 2020 22:38:54 +0100 Subject: [PATCH 2/2] 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"