From d105f8c8912501524084d0bee16857fd3c50d9ea Mon Sep 17 00:00:00 2001 From: Webber Date: Wed, 29 Jan 2020 21:50:06 +0100 Subject: [PATCH] Move dockerfile and entrypoint to action folder --- Dockerfile => action/Dockerfile | 0 entrypoint.sh => action/entrypoint.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Dockerfile => action/Dockerfile (100%) rename entrypoint.sh => action/entrypoint.sh (100%) diff --git a/Dockerfile b/action/Dockerfile similarity index 100% rename from Dockerfile rename to action/Dockerfile diff --git a/entrypoint.sh b/action/entrypoint.sh similarity index 100% rename from entrypoint.sh rename to action/entrypoint.sh