From 73217f05413555d39c4bd3ae75e1e7024d86aa1f Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Mon, 11 Sep 2023 14:43:37 +0300 Subject: [PATCH] Update GitHub workflow Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index df50c77..a7a8a71 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }}"