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 }}