1 Commits
v3 ... master

Author SHA1 Message Date
60dc6b5e85 Add id hello back to the service to track time env var
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-10-08 17:45:16 +08:00

View File

@@ -7,8 +7,9 @@ jobs:
name: opensuse container checkout test name: opensuse container checkout test
steps: steps:
- name: Hello world action step - 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: with:
who-to-greet: 'AvengerMoJo' who-to-greet: 'AvengerMoJo'
id: hello
- 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 }}"