From 34255d6260fe0044ca44254e388f5b0dfeb524a3 Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 10 Dec 2024 20:22:09 +0000 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5605883..782c830 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ outputs: time: # id of output description: 'The time we greeted you' runs: - using: 'podman' + using: 'docker' image: 'Dockerfile' args: - ${{ inputs.who-to-greet }}