From a2e82b5a217805b8ffc900e900b00d3336a8bc8c Mon Sep 17 00:00:00 2001 From: "Alex Lau (AvengerMoJo)" Date: Thu, 21 Sep 2023 14:29:45 +0800 Subject: [PATCH] Update the action name Signed-off-by: Alex Lau (AvengerMoJo) --- .gitea/workflows/obs-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/obs-service.yaml b/.gitea/workflows/obs-service.yaml index a6eb014..024ba1b 100644 --- a/.gitea/workflows/obs-service.yaml +++ b/.gitea/workflows/obs-service.yaml @@ -8,9 +8,9 @@ jobs: steps: - name: Hello world action step id: hello - uses: actions/hello-world-docker-action@v2 + uses: alexlau/gitea-actions-test/@v1 with: who-to-greet: 'AvengerMoJo' # Use the output from the `hello` step - name: Get the output time - run: echo "The time was ${{ steps.hello.outputs.time }}"kkk + run: echo "The time was ${{ steps.hello.outputs.time }}"