From 1cbdcc584ad9f4a1f627e1943771927fffa0551a Mon Sep 17 00:00:00 2001 From: sharap_b Date: Tue, 11 Mar 2025 16:02:53 +0100 Subject: [PATCH] test 3 --- .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 6783662..50a2354 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,7 +6,7 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: echo "here we go again!" + - run: echo "here we go again!!!" - 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