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