From 28b2a9d2e04f6243319a43c91b2b234e4029d5d7 Mon Sep 17 00:00:00 2001 From: Daniel Cosme Date: Fri, 13 Feb 2026 14:37:11 -0500 Subject: [PATCH] Create Dir content in the workflow --- .gitea/workflows/use-go-action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/use-go-action.yaml b/.gitea/workflows/use-go-action.yaml index 2d9f457..3fd0d77 100644 --- a/.gitea/workflows/use-go-action.yaml +++ b/.gitea/workflows/use-go-action.yaml @@ -14,6 +14,9 @@ jobs: - name: Print Output run: echo 'output time is ${{ steps.use-go-action.outputs.time }}' + - name: Create Dir + run: "mkdir content && cd content" + - name: Create File run: "touch file.txt"