From f45c747885d9a6c56207ee31fce24bb9e0077d78 Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Fri, 13 Feb 2026 14:08:35 -0500 Subject: [PATCH] Update workflow --- .gitea/workflows/use-go-action.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/use-go-action.yaml b/.gitea/workflows/use-go-action.yaml index b1efcb7..d4fc1e9 100644 --- a/.gitea/workflows/use-go-action.yaml +++ b/.gitea/workflows/use-go-action.yaml @@ -6,4 +6,10 @@ jobs: runs-on: arch-linux steps: - name: Use Go Action + id: use-go-action uses: https://git.danicos.dev/actions/simple-go-action@main + with: + username: anastasia + + - name: Print Output + run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'