diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 7e52de5..42caa12 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -11,10 +11,6 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: Check git version - run: | - echo "git -v" - git -v - name: Check nodejs version run: | echo "node -v"