diff --git a/.gitea/workflows/task-demo.yml b/.gitea/workflows/task-demo.yml new file mode 100644 index 0000000..9ac2ae4 --- /dev/null +++ b/.gitea/workflows/task-demo.yml @@ -0,0 +1,10 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: [push] + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + steps: + - 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!" \ No newline at end of file