mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-23 06:16:41 +00:00
Add label to outputs
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
09d868321d
commit
238de599ba
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
@ -26,5 +26,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
who-to-greet: "John"
|
who-to-greet: "John"
|
||||||
label: ${{ github.event.label.name }}
|
label: ${{ github.event.label.name }}
|
||||||
|
|
||||||
- name: Get the output time
|
- 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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user