From 72f3787181c9507e73ec413fa14c90c562a778a5 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 15 Apr 2026 11:35:43 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/demo.yaml diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml new file mode 100644 index 0000000..f5347a5 --- /dev/null +++ b/.gitea/workflows/demo.yaml @@ -0,0 +1,13 @@ +name: Gitea Actions Demo +run-name: ${{ github.actor }} is testing Gitea Actions +on: [push] # Запускать при каждом пуше в репозиторий +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest # Метка, которую должен поддерживать ваш раннер + steps: + - run: echo "🚀 The workflow is successfully filtered!" + - name: Check out repository code + uses: actions/checkout@v4 + - run: echo "💡 The repository has been cloned." + - run: ls -la + - run: echo "✅ Job finished." \ No newline at end of file