diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0ba8f2c..750b6f2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,5 +26,8 @@ jobs: with: who-to-greet: "John" label: ${{ github.event.label.name }} + - name: Get the output time - run: echo "The time was ${{ steps.hello.outputs.time }}" + run: | + echo "The time was ${{ steps.hello.outputs.time }}" + echo The label was ${{ steps.hello.outputs.label }}