From 14dd5e117cebe718ec98a7b2a9a017e671e3252d Mon Sep 17 00:00:00 2001 From: lubiana Date: Tue, 10 Dec 2024 20:17:19 +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 782c830..5605883 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ outputs: time: # id of output description: 'The time we greeted you' runs: - using: 'docker' + using: 'podman' image: 'Dockerfile' args: - ${{ inputs.who-to-greet }}