Add label to outputs

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-13 14:52:35 +03:00
parent 09d868321d
commit 238de599ba
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

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