From bef7ffda1925f74ae3d83f6cadb7898969cefef2 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Mon, 24 Nov 2025 16:15:49 +0300 Subject: [PATCH] Update --- .gitea/workflows/my-first-action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/my-first-action.yaml b/.gitea/workflows/my-first-action.yaml index f6c928b..91d7e9d 100644 --- a/.gitea/workflows/my-first-action.yaml +++ b/.gitea/workflows/my-first-action.yaml @@ -13,5 +13,7 @@ jobs: apt update apt install task + - run: actions/checkout@v6 + - name: Run task hello run: task hello