diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 8840dee..9528865 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,11 +1,8 @@ -name: checks -on: - - push - +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: [push] jobs: - test: - labels: [docker] - name: check and test + Explore-Gitea-Actions: + runs-on: ubuntu-latest steps: - - name: test - run: ls \ No newline at end of file + - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." \ No newline at end of file