Update GitHub workflow

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-11 14:43:37 +03:00
parent 2e446da025
commit 73217f0541
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -24,5 +24,5 @@ jobs:
with:
who-to-greet: "John"
- name: Print the greeting's output
run: echo "The greeting was ${{ steps.hello.outputs.greeting }}"
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"