From 238de599ba125fad45f4d198fe40228d27c47b77 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Wed, 13 Sep 2023 14:52:35 +0300 Subject: [PATCH] Add label to outputs Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- .github/workflows/main.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }}