diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 419ae95..3de941e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,7 +10,6 @@ jobs: Explore-Gitea-Actions: runs-on: main steps: - - run: export PATH=$PATH:/home/act_runner/.nvm/versions/node/v20.11.1/bin - 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 }}." @@ -21,5 +20,5 @@ jobs: - run: echo "MAMAAAAAAAAAAAAA" - name: List files in the repository run: | - node -v + echo $PATH - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file