Update action.yml

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-11 11:44:16 +03:00
parent 4d5f4121fe
commit 90426c67f3
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -10,7 +10,5 @@ outputs:
description: "The time we greeted you" description: "The time we greeted you"
runs: runs:
using: "docker" using: "node20"
image: "Dockerfile" main: "index.js"
args:
- ${{ inputs.who-to-greet }}