From 451db52aa3bdeb9c9eac19dc905aba10b711b115 Mon Sep 17 00:00:00 2001 From: sharap_b Date: Tue, 11 Mar 2025 15:55:18 +0100 Subject: [PATCH] test commit 2 --- .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 b8081ce..cd2e6d0 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 "hello world" + - run: echo "hello world 2" - 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