diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a4b51ba..8c14a7f 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -20,6 +20,7 @@ jobs: ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }} - 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." + - run: echo "lala" - name: List files in the repository run: | ls ${{ gitea.workspace }}