From 29cb4542214de40d6cb3b58edcdb8e4e60be1a2c Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Fri, 1 Mar 2024 06:58:05 +0300 Subject: [PATCH] Gitea Actions test --- .gitea/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a42bffe..0104118 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,10 +2,6 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] -defaults: - run: - shell: sh - jobs: Explore-Gitea-Actions: runs-on: main @@ -20,5 +16,5 @@ jobs: - run: echo "MAMAAAAAAAAAAAAA" - name: List files in the repository run: | - $NVM_BIN/node -v + echo $NVM_BIN - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file