From cac5a65a148c55232be8168c00150845c3d2879e Mon Sep 17 00:00:00 2001 From: lubiana Date: Sat, 14 Dec 2024 20:00:27 +0100 Subject: [PATCH] test --- actions/{sleep-two => sleep-four}/Dockerfile | 0 actions/{sleep-two => sleep-four}/README.md | 0 actions/{sleep-two => sleep-four}/action.yml | 0 actions/{sleep-two => sleep-four}/entrypoint.sh | 2 ++ 4 files changed, 2 insertions(+) rename actions/{sleep-two => sleep-four}/Dockerfile (100%) rename actions/{sleep-two => sleep-four}/README.md (100%) rename actions/{sleep-two => sleep-four}/action.yml (100%) rename actions/{sleep-two => sleep-four}/entrypoint.sh (87%) diff --git a/actions/sleep-two/Dockerfile b/actions/sleep-four/Dockerfile similarity index 100% rename from actions/sleep-two/Dockerfile rename to actions/sleep-four/Dockerfile diff --git a/actions/sleep-two/README.md b/actions/sleep-four/README.md similarity index 100% rename from actions/sleep-two/README.md rename to actions/sleep-four/README.md diff --git a/actions/sleep-two/action.yml b/actions/sleep-four/action.yml similarity index 100% rename from actions/sleep-two/action.yml rename to actions/sleep-four/action.yml diff --git a/actions/sleep-two/entrypoint.sh b/actions/sleep-four/entrypoint.sh similarity index 87% rename from actions/sleep-two/entrypoint.sh rename to actions/sleep-four/entrypoint.sh index 0d782af..00829e5 100644 --- a/actions/sleep-two/entrypoint.sh +++ b/actions/sleep-four/entrypoint.sh @@ -10,4 +10,6 @@ echo 'hello' hugo sleep 3 +echo 'slept' + exit 0