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