Add id hello back to the service to track time env var

Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
This commit is contained in:
Alex Lau 2023-10-08 17:45:16 +08:00
parent 2b80a5d097
commit 60dc6b5e85
No known key found for this signature in database
GPG Key ID: 3F28752074CC2261

View File

@ -7,8 +7,9 @@ jobs:
name: opensuse container checkout test
steps:
- name: Hello world action step
uses: https://src.opensuse.org/alexlau/gitea-actions-test@v3
uses: https://src.opensuse.org/alexlau/gitea-actions-test@v4
with:
who-to-greet: 'AvengerMoJo'
id: hello
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"