From 53210d7d4364d146df09ef376c7985c909ce288b Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Thu, 21 Sep 2023 14:32:40 +0800 Subject: [PATCH] Update the action name 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 024ba1b..b14d96b 100644 --- a/.gitea/workflows/obs-service.yaml +++ b/.gitea/workflows/obs-service.yaml @@ -8,7 +8,7 @@ jobs: steps: - name: Hello world action step id: hello - uses: alexlau/gitea-actions-test/@v1 + uses: https://src.opensuse.org/alexlau/gitea-actions-test/@v1 with: who-to-greet: 'AvengerMoJo' # Use the output from the `hello` step