From 4a611755d2ff26944ff27eecb547f31d22176435 Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Fri, 1 Mar 2024 06:46:53 +0300 Subject: [PATCH] Gitea Actions test --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4e9411f..3de941e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -4,7 +4,7 @@ on: [push] defaults: run: - shell: bash + shell: sh jobs: Explore-Gitea-Actions: @@ -20,5 +20,5 @@ jobs: - run: echo "MAMAAAAAAAAAAAAA" - name: List files in the repository run: | - echo $NVM_DIR + echo $PATH - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file