diff --git a/.gitea/workflows/testfly.yaml b/.gitea/workflows/testfly.yaml index 583d542..93c8b7b 100644 --- a/.gitea/workflows/testfly.yaml +++ b/.gitea/workflows/testfly.yaml @@ -1,8 +1,10 @@ name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: [push] jobs: Explore-Gitea-Actions: + runs-on: ubuntu-latest steps: - - run: echo "chose" - + - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." when: manual