From 60dc6b5e85b07b9a38aa244b097a352921d5a5d9 Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Sun, 8 Oct 2023 17:45:16 +0800 Subject: [PATCH] Add id hello back to the service to track time env var Signed-off-by: Alex Lau (AvengerMoJo) --- .gitea/workflows/obs-service.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/obs-service.yaml b/.gitea/workflows/obs-service.yaml index df01715..5b37996 100644 --- a/.gitea/workflows/obs-service.yaml +++ b/.gitea/workflows/obs-service.yaml @@ -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 }}"