Update action.yml
This commit is contained in:
parent
befb0a1973
commit
14dd5e117c
1 changed files with 1 additions and 1 deletions
|
@ -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: 'docker'
|
using: 'podman'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.who-to-greet }}
|
- ${{ inputs.who-to-greet }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue