From 8ce2d8842a558e42cfcf0f18935b3b34b4071fc6 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sat, 24 May 2025 17:45:59 +0300 Subject: [PATCH] update workflow --- .gitea/workflows/test1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index bbf80c0..4469025 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -5,8 +5,8 @@ on: [push] jobs: build: runs-on: debian-prepared - container: - image: debian-prepared + container: + image: debian-prepared steps: - run: pwd - run: echo "${{ gitea.workspace }}"