From 9453b3b50b237d7705640cab8b2cc94f3392dbf6 Mon Sep 17 00:00:00 2001 From: wowlikon Date: Sat, 13 Sep 2025 20:53:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows /example.yml | 20 -------------------- .gitea/{workflows => workflows}/build.yml | 0 2 files changed, 20 deletions(-) delete mode 100644 .gitea/workflows /example.yml rename .gitea/{workflows => workflows}/build.yml (100%) diff --git a/.gitea/workflows /example.yml b/.gitea/workflows /example.yml deleted file mode 100644 index 2d2cb18..0000000 --- a/.gitea/workflows /example.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: - workflow_dispatch: - -jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest - steps: - - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - - 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@v4 - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file diff --git a/.gitea/workflows /build.yml b/.gitea/workflows/build.yml similarity index 100% rename from .gitea/workflows /build.yml rename to .gitea/workflows/build.yml