From 5738f9f32717d497fd016dba05cabe74a4790ed6 Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Mon, 2 Oct 2023 22:28:22 +0800 Subject: [PATCH] Fix typo / before tag v3 Signed-off-by: Alex Lau (AvengerMoJo) --- .gitea/workflows/obs-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/obs-service.yaml b/.gitea/workflows/obs-service.yaml index 3d62be0..df01715 100644 --- a/.gitea/workflows/obs-service.yaml +++ b/.gitea/workflows/obs-service.yaml @@ -7,7 +7,7 @@ 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@v3 with: who-to-greet: 'AvengerMoJo' - name: Get the output time