From 1fb0331784c877b3278e4358d6c715054b590ea1 Mon Sep 17 00:00:00 2001 From: David Ferlay Date: Fri, 14 Feb 2025 15:48:06 +0100 Subject: [PATCH] Moving action files to subdir --- Dockerfile => action/Dockerfile | 0 action.sh => action/action.sh | 0 action.yaml => action/action.yaml | 0 config.toml => action/config.toml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename Dockerfile => action/Dockerfile (100%) rename action.sh => action/action.sh (100%) rename action.yaml => action/action.yaml (100%) rename config.toml => action/config.toml (100%) diff --git a/Dockerfile b/action/Dockerfile similarity index 100% rename from Dockerfile rename to action/Dockerfile diff --git a/action.sh b/action/action.sh similarity index 100% rename from action.sh rename to action/action.sh diff --git a/action.yaml b/action/action.yaml similarity index 100% rename from action.yaml rename to action/action.yaml diff --git a/config.toml b/action/config.toml similarity index 100% rename from config.toml rename to action/config.toml