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