From 5c5b886360f1593cce8d33c7c5be6db31d19633f Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Mon, 2 Mar 2026 20:46:39 +0300 Subject: [PATCH] build test 12 --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 2db9275..aa1e6fe 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -19,7 +19,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code - uses: actions/checkout@v4a + uses: actions/checkout@v4 with: submodules: 'true' - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."