mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-25 07:16:42 +00:00
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user