From 57d3e1920a7b33ed28ea9db972d51da0f3d5d76e Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Fri, 13 Mar 2026 13:08:38 -0400 Subject: [PATCH] Update action URL --- .gitea/workflows/use-go-action.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/use-go-action.yaml b/.gitea/workflows/use-go-action.yaml index ce1a93c..cf571bd 100644 --- a/.gitea/workflows/use-go-action.yaml +++ b/.gitea/workflows/use-go-action.yaml @@ -3,13 +3,13 @@ on: [push] jobs: use-go-action: - runs-on: arch-linux + runs-on: "actions-act-runner:host" steps: - name: Use Go Action id: use-go-action - uses: https://git.danicos.dev/actions/simple-go-action@main + uses: https://danicos.dev/actions/simple-go-action@main with: - username: anastasia + username: Anastasia - name: Print Output run: echo 'output time is ${{ steps.use-go-action.outputs.time }}' @@ -19,6 +19,7 @@ jobs: - run: "touch file.txt" working-directory: ./content + - run: "echo 'hello' > file.txt" working-directory: ./content