Update action.yml

This commit is contained in:
Jonas 2024-12-10 20:22:09 +00:00
parent 14dd5e117c
commit 34255d6260

View file

@ -10,7 +10,7 @@ outputs:
time: # id of output time: # id of output
description: 'The time we greeted you' description: 'The time we greeted you'
runs: runs:
using: 'podman' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'
args: args:
- ${{ inputs.who-to-greet }} - ${{ inputs.who-to-greet }}