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 }}"